Jump to content

Recommended Posts

swenth
Posted

Is this coming soon? And could we migrate existing playlist or will need to start over?

Is the plug-in working til it arrive?

Posted
15 minutes ago, swenth said:

Is this coming soon? And could we migrate existing playlist or will need to start over?

Is the plug-in working til it arrive?

The plugin works now and will still continue to work even after the core feature is ready. It looks like the plugin creates and updates regular playlists. The core feature will not work like that. It will be a dynamic list.

  • Like 4
CORBO
Posted
On 3/22/2025 at 5:08 PM, Luke said:

The plugin works now and will still continue to work even after the core feature is ready. It looks like the plugin creates and updates regular playlists. The core feature will not work like that. It will be a dynamic list.

¿What is the best plugin to create dynamic or smart lists or collections?

rbjtech
Posted
On 22/03/2025 at 22:08, Luke said:

The plugin works now and will still continue to work even after the core feature is ready. It looks like the plugin creates and updates regular playlists. The core feature will not work like that. It will be a dynamic list.

Great news it's a dynamic list ...

Any hints on a beta release date @Luke?   

  • Like 4
  • Haha 1
  • Agree 1
  • 3 months later...
Posted

@ebrdirected me to this thread. My idea is something similar to this, but can already be implemented without any radical changes.

In my case I wanted a way for Emby to show the unwatched content from any random genre and I've been able to add this myself by modifying the `homesections.js` file to support a section called `randommediabygenre`. My snippet only adds the section to the local server tho and always overrides the first section so it's more of a proof-of-concept.

@LukeIs it okay for me to add an example of my  modified `homesections.js` so you guys can check if it's a feasible implementation?

Posted
2 minutes ago, brothom said:

@ebrdirected me to this thread. My idea is something similar to this, but can already be implemented without any radical changes.

In my case I wanted a way for Emby to show the unwatched content from any random genre and I've been able to add this myself by modifying the `homesections.js` file to support a section called `randommediabygenre`. My snippet only adds the section to the local server tho and always overrides the first section so it's more of a proof-of-concept.

@LukeIs it okay for me to add an example of my  modified `homesections.js` so you guys can check if it's a feasible implementation?

Sure, but it really wouldn't be because the smart playlist rules will be saved on the server. It's not something that would be built client-side.

Posted

@Lukethen I guess my thread shouldn't have been closed. It was this one: 

I've just finished up working on the homesections.js and not correctly works with sliders, pagination and filtering based off of available genres and such so I'm really curious to see what you guys think.

Posted
8 hours ago, brothom said:

@Lukethen I guess my thread shouldn't have been closed. It was this one: 

I've just finished up working on the homesections.js and not correctly works with sliders, pagination and filtering based off of available genres and such so I'm really curious to see what you guys think.

Should we move and reopen it in community contributions? what would you like?

Posted

 

8 hours ago, Luke said:

Should we move and reopen it in community contributions? what would you like?

That would be nice yes. I have a slightly modified homesections.js that would only require an additional section to be added to the homescreen sections dropdown and the implementation would be done.

If you reopen it I'll also share my JS modifications there. That way other devs won't have to take up a lot of precious time for such a minor feature. 

Posted

Hi.  Your exact request will be possible with this feature, though, correct?

Posted (edited)
14 minutes ago, ebr said:

Hi.  Your exact request will be possible with this feature, though, correct?

I have a proposition to add a Genre-based section that randomly picks a Genre per collection type and then shows either unwatched or latest items randomly to make the dashboard feel more alive and to also bring older items to users' attention.

In the current setting only new/latest items are shown on the home screen. With my suggestion (and some example Javascript as a proof of concept) the home screen should feel more alive.

So no; My request is about random genre-based item sliders. This request is about playlists (and probably, internally creating playlists on a schedule, etc etc)

EDIT

In my case there is no need for any new "playlist" logic because my extension uses the existing API.
The below is achieved by simple adding support for a new homesection and by using the existing infrastructure which I have added to my local emby server.

image.thumb.png.07d477b26b6b5823319e1249ff215b92.png

Also don't ask me why "Tarzan" has the Drama genre.

Edited by brothom
Clarification
Posted

Okay, our intention for Smart Playlists has actually expanded to more of a "Smart Views" implementation including placing these on the home screen. 

Posted (edited)

Do these "Smart Views" offer the ability to display items from the collections with random genres / random latest / random unwatched?

If they simple display items as configured or use a static filter I'd suggest also adding the above functionality because it's impact is minimal. I had to edit two files to make the section available in the backend and display it on the homescreen itself.

The main advantage of my suggested implementation is also that the user only has to select the section and has to setup nothing new. The content is dynamically loaded by the client.

For example, every time I refresh the collections / genres / states of the above two sliders change depending on whatever is generated by Javascript.

Edited by brothom
Formatting / clarification
Posted
4 hours ago, ciisubstance said:

@ebrany hints on timeline?

Hi, no ETA but we're working hard on it. Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...