v0.3.2-beta - Mar 09, 2025
What's New: ✨
- Trailer filenames now support titles with non-ASCII characters. Restricted characters are
<>:"/\\|?*\x00-\x1F
. Fixes #106, #141 🌍 - Additional options added to use in
Youtube Search Query
andTrailer Filename
fields. See Docs for available options. Fixes #119 📝 - Added Custom Filters to
Home
,Movies
andSeries
pages. 📊 - Added a delay (between 100 - 150 seconds randomly) between trailer downloads to avoid rate limiting from YouTube. Fixes #139 🕒
Bug Fixes: 🐛
- Fixed a bug that deletes all media items in database when Arr Data Refresh task fails to get data from an arr API. 🐍
- Fixed a bug related to sorting with date values in
Home
,Movies
andSeries
pages. 📅 - Fixed some bugs related to data refresh for keeping Frontend and Backend in sync. 🔄
- Fixed a bug related to
URL_BASE
setting not getting updated in the frontend. 🌐 - Added a check to verify downloaded trailer duration is within specified limits. Fixes #128 🕰️
Other Changes: ⚡
- Added extra attributes to the
Media
object forclean_title
,studio
,title_slug
,media_exists
,media_filename
. 📝 - Some routes and components are now lazy-loaded to improve performance. 🚀
- Upgraded Angular from 19.1.4 to 19.2.1, FastAPI from 0.115.7 to 0.115.11 and various other python and npm dependencies. 🔄
- Updated Docs for
Youtube Search Query
andTrailer Filename
fields, added a note regarding use of YouTube cookies for new installations. 📝