Jump to content

ThreadStarter: Movies


batarjal

Recommended Posts

Posted (edited)
1 hour ago, batarjal said:

I didn't have time to see how much effort it would be to add specific seasons or episodes to the movies plugin yet

I think this would be a great asset to those who are adding TV series with multiple seasons and numerous episodes per season.  They are there on the movie database and I have used the Xenforo version which does pull the episodes; basically you add the season number and then to add episodes all you need do is input the episode number and the app pulls in the data in much the same way as your existing app does for single movies or TV series.  I much prefer your app so having the ability to add TV seasons and episodes would be a huge time saver; personally I would be willing to pay more for the app to have this functionality.  Have a think about it 😉

Edited by Davyc
Spelling lol
Posted

The next version can also attach seasons:

season.thumb.png.aca74fa96a0996ee0a263f3efc17b30d.png

 

It will work like with ThreadStarter music - if there is only one search result and it is a series the season list for that series will be shown.
You can also trigger the season list with typing ' - ' after the title, e.g. 'Blacklist - ' will pull all seasons for the blacklist series, this is helpful if there are a series and a movie with the same name.

I plan to release it sometime this week

Posted
On 11/21/2019 at 7:03 AM, batarjal said:

.ipsWidget_inner .threadStarterSizeNormal > * {
   margin-left: auto;
   margin-right: auto;
   max-width: 180px;
}

you can add this custom CSS @Noble~

worked not with one image only in sidebar widget

Posted (edited)
On 11/22/2019 at 5:01 PM, bosss said:

worked not with one image only in sidebar widget

for single ones you can use this instead:

.ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
    width: 100%
}

.ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
   margin-left: auto;
   margin-right: auto;
   max-width: 180px;
}

this will be the default for the next version

Edited by batarjal
added support for small sizes in sidebar and content view
Posted
13 minutes ago, batarjal said:

for single ones you can use this instead:


.ipsWidget_inner .threadStarterSizeNormal {
    margin-left: auto;
    margin-right: auto;
}

.ipsWidget_inner .threadStarterSizeNormal > * {
   margin-left: auto;
   margin-right: auto;
   max-width: 180px;
}

 

this will be the default for the next version

now works fine if you do not use small icons (images)

Posted
1 hour ago, batarjal said:

for single ones you can use this instead:


.ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeNormal {
    margin-left: auto;
    margin-right: auto;
}

.ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
   margin-left: auto;
   margin-right: auto;
   max-width: 180px;
}

this will be the default for the next version

just tested new css and works not - small icons is not in center

Posted (edited)

Should be

 

.ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
    margin-left: auto;
    margin-right: auto;
}

.ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
   margin-left: auto;
   margin-right: auto;
   max-width: 180px;
}

and works fine in side bar but works not fine in topic view

Edited by bosss
Posted

code should be

 

.ipsWidget_inner .threadStarterSizeNormal, .ipsWidget_inner .threadStarterSizeSmall {
    margin-left: auto;
    margin-right: auto;
}

.ipsWidget_inner .threadStarterSizeNormal > *, .ipsWidget_inner .threadStarterSizeSmall > * {
   margin-left: 5px;
   margin-right: 5px;
   max-width: 180px;
}

and works fine on sidebar widget and in topic view

Posted
On 11/23/2019 at 11:32 PM, batarjal said:

I edited my post again with a solution that should work for all cases

 

Hello, the code seems to be working fine. The only issue for me is how the titles won't align anymore with each respective poster:

image.thumb.png.777697bde2222a2578914adb18c05e93.png

 

Also, have you considered implementing an option for turning the whole widget into a slider (something similar to the "Our picks" widget)? I believe it would make it more responsive since it would hide the posters that cannot fit into smaller displays.

  • 3 weeks later...
Posted (edited)

I uploaded a new version:

  • Mobile view now shows trailer
  • Better behaviour of widgets on very big and very small screens
  • Added API to search, add and remove content programmatically
  • Seasons can now be attached. Type 'Series Name -' to get a list of seasons

A demo for an attached Season can be seen here

 

Extra CSS you added for the widgets should be removed with this versions.
Extra will just be removed if the screen is too small if you don't state otherwise in the box settings.
The boxes will also be centered if there aren't enough topics yet or the screen is still bigger than the settings allow.

Edited by batarjal
  • 2 weeks later...
Posted

Is it possible to edit the widget title? This does not look very good "THREADSTARTER: MOVIES: RECENTLY CREATED". I'm not very familiar with IPS 4.4 and would not know how to edit the title if it's possible.

Posted

You can either just hide the box title in the box settings or edit it the ACP under
Customization > Themes > Edit HTML and CSS

Search for 'threadstartertmdbbox' and replace

{lang="block_threadstartertmdb"}: {lang="{$settings['order']}"}

with whatever text you like

  • 3 weeks later...
Posted (edited)

Weird, i want to download the software again but i can't? I bought it a month or 8 ago.... even want to renew the license but i can't to this anymore? Do i need to buy it again to redownload the application?

Thanks :)

Edited by Duken
Posted
On 1/24/2020 at 4:22 PM, Duken said:

Weird, i want to download the software again but i can't? I bought it a month or 8 ago.... even want to renew the license but i can't to this anymore? Do i need to buy it again to redownload the application?

Thanks :)

bzz bzz someone 😉 @batarjal

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...