Releases: HaveAGitGat/Tdarr
Tdarr-v1.008-Alpha
v1.008 release [1st Dec 19]:
Changes:
-[New] Plugin creator UI and groundwork for future Filters and Actions. Filters now encapsulate Action taken. No separate Filter needed
-[New] Re-order streams plugin added by default for new libraries
-[New] Backup and restore feature (scheduled midnight backup)
-[New] Toggle copying to output folder if file already meets conditions
-[Improvement] Change to how plugins are imported. Built-in NodeJS modules can now be used when creating plugins. (Can use e.g. require('fs') etc)
-[Improvement] Idle CPU usage drastically reduced
-[Improvement] Various stability fixes
-[Improvement] Confirmation needed when restoring from backup
-[Fix] Video resolution boundaries improved
-[Fix] Non existent files + junk removed when running Find-New scan
-[Fix] Corrected error when creating remux container plugin
-[Fix] If one plugin has an error, the rest will still load
-[Fix] Auto cache cleaner disabled due to issues on some systems
-[Fix] Move item to Transcode:Error instead of Transcode:Not required if error with plugin
Tdarr-v1.0071-Alpha
v1.0071 minor release [25th Nov 19]:
Changes:
-[New] Backup and restore feature (scheduled midnight backup)
-[New] Toggle copying to output folder if file already meets conditions
-[Fix] Move item to Transcode:Error instead of Transcode:Not required if error with plugin
Tdarr-v1.007-Alpha
v1.007 release [22nd Nov 19]:
Changes:
-[New] Option to enable Linux FFmpeg NVENC binary (3.4.5 for unRAID compatibility)
-[New] Option to ignore source sub-folders
-[New] Skip health check button
-[New] Option to change visible queue length
-[New] Option to duplicate library
-[New] Customise search result columns
-[New] UI improvements (@jono)
-[New] Option to delete source file when using folder to folder conversion.
-[New] Community plugins (Remove commentary tracks etc)
-[New] Option to delete local plugins
-[New] Auto clean cache folder + preventing non-Tdarr cache files being deleted in case of incorrect mapping.
-[Fix] Reset processing status of all files on startup so no files stuck in limbo
-[Fix] Transcode pie showing incorrect data
-[Fix] Folder watcher will now wait longer to detect if a new file has finished copying
-[Fix] Folder to folder conversion: Files which already meet requirements will be copied to output folder
-[Fix] Folder to folder conversion: Cache/Output folder bug
-[Fix] Default containers to scan for now include ts/m2ts
-[Fix] Keep all stream types when using remux plugin creator
-[Fix] Prevent too many workers occassionally starting
-[Fix] Newly transcoded files will be bumped correctly to top of queue when sorting by size
-[Fix] Closed caption scanning now much faster & accurate (even on empty captions)
-[Fix] Plugin creator plugin path error
-[Fix] Health check error when using FFmpeg hardware transcoding
Tdarr-v1.006-Alpha
v1.006 release [9th Nov 19]:
No breaking changes.
Changes:
-[New] NVENC for FFmpeg enabled (linux + tdarr_aio)
-[New] Per library stat breakdown
-[New] Plugin creator
-[New] Plugin creator option - Filter by codec
-[New] Plugin creator option - Filter by date
-[New] Plugin creator option - Filter by medium
-[New] Plugin creator option - Filter by size
-[New] Plugin creator option - Filter by resolution
-[New] Plugin creator option - Transcode
-[New] Plugin creator option - Remux container
-[New] Option to detect closed captions (linux + tdarr_aio + windows)
-[New] Community plugin - remove closed captions
-[New] Configurable plugin stack (mix local and community plugins, re-order etc)
-[New] Folder to folder conversion (feedback needed, test first)
-[New] Skip transcoding button
-[New] Options tab - set base URL
-[New] Remove item from library button
-[New] Exclude codec whitelist/blacklist
-[New] Navgiation bar UI
-[New] Queue library alternation option
-[Fix] 'Re-queue' buttons on 'Tdarr' tab.
-[Fix] Prevent find-new/fresh scans occuring on a library at the same time. Hourly find-new scan re-enabled for libraries with folder watch ON.
-[Fix] Library prioritisation sort
-[Fix] Reduced search result number for quicker render
- UI changes
Tdarr-v1.005-Alpha
v1.005 release [1st Nov 19]:
No breaking changes.
Changes:
-[New] UI overhaul (Dark theme)
-[New] Hardware transcoding using tdarr_aio container + HandBrake
-[New] Improved bump-file system
-[New] Improved plugin/transcode formatting
-[New] File history
-[New] Search tab shows queue position, streams, file history + more
-[New] Sort and filter search results
-[New] Prioritise libraries
-[New] Sort queues by size/date created
-[New] Full file path shown on workers
-[New] Total file count shown when files being scanned/processed
-[New] Search local plugins
-[New] Set base URL with env variable
-[New] Requeue-all buttons added to Tdarr tab
-[Fix] Library requeue buttons requeue only specified library
-[Fix] Ubuntu container permissions
-[Fix] File scanner logs
-[Fix] Video height boundaries reduced for 720p,180p etc
-[Fix] Bigger font through-out
Tdarr-v1.004-Alpha
v1.004 release [23rd Oct 19]:
No breaking changes.
Changes:
-Scan on start switch added
-Prevent Tdarr temp output files mistakenly being scanned
-Docker memory fix for large libraries (30,000+ files)
-Improved garbage collection
-Temp scanner data written inside container (Should fix permission issues with host)
-tdarr_aio (All-in-one) Ubuntu container now available with MongoDB inside container.
-Various other bug fixes/improvements
v1.003 release [10th Oct 19]:
No breaking changes.
Changes:
-Workers now show more detailed information: ETA, CLI type, preset, process reasons, start time, duration and original file size.
-Help links updated
-Improvements to FFmpeg percentages
-Switch to turn processing of a library On/Off
-Can now click on Pie-chart segments to see files in those segments
-'Not attempted' items renamed to 'Queued'. 'Transcode:Passed' items renamed to 'Transcode:Not required'
-Status tables have been put into tabs. Each tab shows the number of related items on it (e.g. No. items in queue.) Additional information added to items (codec,resolution etc)
-Date time stamp now shown on processed items. Old/New size now shown for transcode items.
-HandBrake and FFmpeg terminal implemented on the 'Help' tab. This is mainly so you can see documentation such as what encoder types are enabled etc but any HandBrake/FFmpeg commands can be put into the terminal.
-Create a sample button added to items in Search results. Clicking the button will create a 30 second sample of the selected file and output it in the new 'Samples' folder in the Tdarr data folder. Use the sample to test plugins/transcode settings and to help when reporting bugs.
-Additional schedule buttons added so you can bulk change daily hour slots.
-Reduced 720p boundaries so now 960720 video files will show up in the 720p category instead of just 1280720 files.
Tdarr-v0.1-pre-alpha
Begin