Jump to content

ThreadStarter: Movies


Recommended Posts

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
Link to comment

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

Link to comment
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
Link to comment
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)

Link to comment
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

Link to comment

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
Link to comment

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

Link to comment
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.

Link to comment
  • 3 weeks later...

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
Link to comment
  • 2 weeks later...
  • 3 weeks later...

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
Link to comment
  • Recently Browsing   0 members

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