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)



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