Feature: Custom libraries/filters for symlinks #877
Labels
backend
This belongs to backend devs
enhancement
New feature or request
frontend
This belongs to frontend devs
Hi, the Anime TV library folder works. Can we implement custom libraries?
Here's the idea I had. I’m not a developer, so I’m not sure if it’s fully doable, but it goes like this:
User-Defined Custom Filters: Allow users to create their own filters with fields like:
filter_name
: A name for the filter (e.g.,kids_movies
).filter_genre
: Genre to filter by (e.g.,Animation
).filter_restriction
: Age restriction (e.g.,"U"
,"PG"
).filter_path
: Path for the custom library (e.g.,library/kids_movies
).filter_duplicate_main_library
: Option to duplicate items in the main library (yes/no
).Save and Update Filter Data:
filter_name_id
,filter_path
, and thetmdb
orimdb
ID.Check and Symlink Items:
filter_table
.filter_path
from the filter to create a symlink in that location.The text was updated successfully, but these errors were encountered: