Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@Impre-visible Impre-visible released this 17 Apr 08:09
· 80 commits to main since this release

📝 docs:
- Edited the README.md file to point to the organization and not to my personal repo (Impre-visible -> ChocolateApp)

♻️ refactor:
- Removed all render_template in the Flask app (use the React app instead) and their associated routes/functions
- Removed mediaType for OthersVideos
- Removed the custom server port (now 8888)
- Changed the detection of existing serie in the DB
- All images use now the id, not the name
- Rewrited the seasons/episodes adder
- Removed Flask-Login, now use a custom login system
- Use JSON body instead of form for saveSettings()
- Moved all the CSS to the React app
- Moved all the JS to the React app

✨ feat:
- Added book support (PDF, EPUB, CBZ, CBR)
- Added support for movies in subfolder
- Added more support file types for OthersVideos
- Added audio and video bitrate for Movies, Series and OthersVideos
- Added a support for the Radarr, Sonarr, Lidarr, Readarr API
- Removed all naming obligatoriness for Movies and Series
- Added "subcollections" for Books
- New installer

🐛 fix:
- Commented all not useful print()
- Usage of jsonify instead of json.dumps for return JSON