Linux (Initial Support)
- This update adds support for Linux, with some minor caveats.
- FFMPEG is not included, for image generation you will need to provide this yourself.
- FFMPEG without the drawtext filter will not show subtitles if enabled for image generation mode Simple Comparison (it will still process, but silently ignore this feature and notate it in the logs).
- Image generation mode Advanced Comparison relies on VapourSynth/VapourSynth plugins as well as support for FrameForge, this it not yet tested, so I would avoid this unless you are interested in testing things out and doing a PR.
- This was tested on Ubuntu 24.04.1 LTS.
Updates
- Python console is now hidden on Windows for compiled builds.
- Add support for trackers ReelFliX and Aither.
- IMDb parsing has been improved.
- Now parses anilist/tvdb/mal in the time it used to search for IMDb.
- TVDb API key is now required (requirement for Unit3d trackers).
- Add settings options for entering TVDB API key.
- Add basic template validation for ReelFliX and Aither.
- Program now accepts two new CLI options on launch.
- --config, when used the user can specify a specific config they'd like to use on launch.
- --help, when used it shows the very basic CLI menu in a pop up window.
- UI suffix now updates when Apply is selected instead of on program launch.
- UI suffix now automatically uses ellipses for strings longer than 30 characters (including spaces).
- Updated default host example for rtorrent.
- Added Test buttons for all torrent clients that makes sense to test, this checks the connectivity for torrent injection to ensure you are at least logged in/able to inject (you must still have your category/paths configured properly).
- Improved error output when parsing an invalid movie title.
- Improved logging for FFMPEG related image generation.
- Prompts for TVDb api key if missing on initial search.
- shared_with_bbcode/html tokens will no longer apply any bbcode/html styling, this should be handled in the users template.
- File input is now threaded and handles loading file(s) better, this disables the main window and updates the user what's happening in the status bar, this is nice when opening much larger 2160p files.
Fixes
- Image generation added a rogue unused folder in some configurations.
- Token shared_with_html had missing strings in the output.
- Watch Folder would save as . if nothing is provided.
- Fixed {media_info_short} not showing HDR format.
- Fix capitalization of MoreThanTV (@yammes08)