feature/bakery-integration #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/bakery-integration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
add_selected_search_result passed the raw configured default_root_folder straight through as root_folder for both movies and series, with no per-item subfolder computed. import_one/season_dir both expect root_folder to already be the item's own folder, so new grabs landed directly in the shared library root instead of their own folder, invisible to Jellyfin's per-category libraries. Split default_root_folder (series) from a new movies_root_folder, and have the TUI build the "{Title} (Year)" subfolder itself before sending the add request.