Jellyfin Forum
recently released films - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Feature Requests (https://forum.jellyfin.org/f-feature-requests)
+--- Thread: recently released films (/t-recently-released-films)

Pages: 1 2


recently released films - ced - 2025-03-25

Hello,

I would like to add to the Jellyfin home page the films of the current year or the films released in descending order.
I've searched for a collection but it doesn't allow me to add it to the home page.

Thanks for your help


RE: recently released films - TheDreadPirate - 2025-03-25

You'd have to create a separate library to do what you are describing. You would create a separate folder for "2025" and then use symlinks from your main movie library for the movies that would go into the 2025 library.


RE: recently released films - ced - 2025-03-25

So there's no other way to create a “section” on the home page?


RE: recently released films - TheDreadPirate - 2025-03-25

No. The homepage will only show individual libraries, the collections as a whole, and playlists as a whole.

The closest to what you've described is creating a separate library with symlinks (so you aren't duplicating data).


RE: recently released films - ced - 2025-03-25

Okay How can I create symbolic links in a new library?


RE: recently released films - TheDreadPirate - 2025-03-25

What OS is the server running?


RE: recently released films - ced - 2025-03-25

y operating system is Windows 11 23H2


RE: recently released films - TheDreadPirate - 2025-03-25

Create a new folder called "2025", or whatever you want to call it.

Then open an administrator command prompt.

Code:
mklink /d D:\movies\movie_name D:\2025\movie_name



RE: recently released films - ced - 2025-03-25

ok thx


RE: recently released films - lumpycustard - 2025-08-06

Please excuse my stupidity and lack of understanding but it seems like adding a "recently released" section on the home screen wouldn't be too painful considering the release date of a movie is already visible in it's metadata.

If you edit a movie's metadata, there's a "Release Date" section which shows the theatrical release date -- why is it not possible to create a home screen section which uses this information?

Or is this one of those "if you want it, go submit a pull request on git" type of thing?

[Image: ee4dcfdc-c98d-40ac-ac4d-cd84c6dc7c7e.jpg]