Ricardo Amaral
2da1d9f105
Fixed: Tweak style of movie path template on "add movies" screen ( #3108 )
6 years ago
Ricardo Amaral
97f111bec8
New: Refactor MediaInfo tokens (fixes old tokens adds new stuff) ( #3058 )
...
* Rename all 'episodeFile' variables to 'movieFile'
* Improve media info extraction with more fields
* Improve media info tokens extraction
* Add missing fields to MediaInfoModel
* Restore to previous implementation of null handling
* Forgot to add MediaInfoFormatter to project
* Add missing EqualsIgnoreCase extension method
* Simplify Logger.Debug() invocations
* Add missing StartsWithIgnoreCase extension method
* This '.Value' shouldn't be required
* Remove TODO comment
* Upgrade MediaInfo from 17.10 to 18.08.1
* Use correct media info field for files listing
* Replace media info "VideoCodec" (deprecated) with "VideoFormat"
* Fix 'Formatiting' typos
* Add support for media info Format_AdditionalFeatures' field
* Add proper support for all DTS and TrueHD flavors
* Add support for '3D' media info token
* Remove deprecated media info video/audio profile fields
* Add support for 'HDR' media info token
* Add new video parameters to anime file name sample
* Adapt tests for new media info fields
* Revert "Remove deprecated media info video/audio profile fields"
* Include missing test files in core test project
* Fix small regression issue
* Allow sample movie to be detected as HDR
* Do not parse audio channel positions if there are no channels
* Clean up extra blank line
* Reuse already declared variable
* Fix wrong audio channels detection on DTS:X streams
* Fix all failing unit tests
* Fix remaining failing unit tests
6 years ago
Leonardo Galli
4009852c35
Changed: Don't hide custom formats behind advanced settings when editing quality.
...
Didn't work very well.
6 years ago
Leonardo Galli
a50b74c177
Fixed: Unable to update custom formats for releases with bad Source Titles.
6 years ago
Leonardo Galli
ad3c01e986
Changed: Upped rate at which we scan the download client. Should reduce cpu and ram usage as well as decrease pressure on download clients.
...
Also stopped warning about unable to parse a file after warning once. Should decrease ram usage as well and help with bloated log files.
6 years ago
Ricardo Amaral
173b6847e5
Fixed: Do not search movie if unmonitored ( #3131 )
6 years ago
Ricardo Amaral
07cb844ce6
Changed: Improve model and UI handling for lists. Should finally fix root folder errors. ( #3133 )
...
Fixes #3036 (supposedly)
6 years ago
Ricardo Amaral
0783402470
Fixed: Quality badges not being shown on bulk import. ( #3121 )
...
Fixes #3106
6 years ago
Lawrence
3b896e9011
Fixed: Trim filename from Kodi movie path before sending library scan request. ( #3097 )
6 years ago
Justin Kromlinger
623da76d16
Changed: Don't return unmapped folders on rootfolder API call. Massively improves loading time. ( #3116 )
6 years ago
Leonardo Galli
6c45c7db1b
Fixed: Hopefully fixed bulk import not showing files.
6 years ago
Leonardo Galli
4f4e6c494d
Fixed: MPEG-2 remuxes being detected as "Raw-HD" quality
...
Fixes #2986
6 years ago
Ricardo Amaral
0c542eeb13
Fixed: Allow directory to be parsed similar to past implementation ( #3057 )
...
Fixes #3051
6 years ago
Ricardo Amaral
27032a8db3
Fixed: Class names on the 'add movies screen' ( #3047 )
6 years ago
Ricardo Amaral
31c357fdde
Fixed: Use proper cursor for text and linked labels ( #3041 )
6 years ago
Qstick
ab0bf64273
New: mk3d file format ( #2795 )
...
Fixes #1324
6 years ago
cookandy
75b486c6c8
Added: "Add Paused" option to Deluge and Transmission ( #3038 )
6 years ago
Ricardo Amaral
c566c6e18a
Changed: All-around small improvements ( #3032 )
6 years ago
Leonardo Galli
3767bbec18
Fixed: Donate button requiring two clicks to actually work.
...
Fixes #2958
6 years ago
halali
057086a630
Added: Czech Language ( #2948 )
6 years ago
Qstick
2b373f2006
Added: Fallback to Bitrate_Nominal for MediaInfo ( #2886 )
...
Fixes #2860
6 years ago
Leonardo Galli
df6f32f6c3
Fixed: Templates for custom format using wrong modifiers.
6 years ago
Leonardo Galli
617c7bae83
Fixed: Profiles always failing validation.
6 years ago
Leonardo Galli
64e8fde0e1
Fixed: ImdbIds not being padded with zeroes, which messes up matching.
6 years ago
Leonardo Galli
0903269b7c
Merge remote-tracking branch 'origin/develop' into develop
6 years ago
Leonardo Galli
b2d6ef589f
Fixed: Migration would add double underscores for format tags without modifiers. Also fixed Radarr misparsing those tags and added migration to correct this.
6 years ago
Leonardo Galli
354105cf08
Fixed: Issue with custom formats when profile was saved with non existing formats. Also you now don't have to refresh your browser for them to appear / disappear.
6 years ago
Leonardo Galli
b4f456d5f0
[WIP] Additions to custom formats, such as rescanning old files. ( #2949 )
6 years ago
Leonardo Galli
5751c3f5f5
Merge remote-tracking branch 'origin/develop' into develop
7 years ago
Leonardo Galli
a458cdc0a5
Fixed: Annoying [renamemoviesfolder] Completed popup for no reason.
7 years ago
Leonardo Galli
ed631142c4
Fixed: Unnecessary housekeeping commands consuming a lot of memory.
...
Fixes #2962
7 years ago
Leonardo Galli
091bcc2333
Fixed: Concurrent manual imports silently failing
...
Fixes #2965
7 years ago
Leonardo Galli
e15225f4fc
Fixed: Files that cannot be parsed, kill bulk import.
...
Fixes #2979
7 years ago
Leonardo Galli
79e570e571
Fixed: Absolutely Required Format Tag modifier being ignored when multiple modifiers were present
...
Fixes #2971
7 years ago
Leonardo Galli
3d1cbd1613
Fixed: Error when valid movie file id is around, but movie file is not loaded.
7 years ago
Leonardo Galli
ad94a4a603
Fixed: Movies not being unmonitored when using clean library and lists.
...
Fixes #2584 , Fixes #2906
7 years ago
Leonardo Galli
efb4127c35
Fixed: Also scan media info when file is being imported (i.e. not an existing file)
...
Fixes #2956
7 years ago
Leonardo Galli
253546ded0
Fixed: Invalid qualities messing up the release module and other stuff.
7 years ago
Leonardo Galli
587b49aaba
Added: The ability to set the number of threads (NOT SUPPORTED!) to use for tasks using THREAD_LIMIT environment variable.
7 years ago
Leonardo Galli
b865103871
Fixed: Languages not showing up correctly.
7 years ago
Leonardo Galli
b7e35fada8
Fixed: Null exception due to resharper refactoring
...
Fixes #2947
7 years ago
Leonardo Galli
409be45a19
Fixed: No media info causing an error when importing files
...
Fixes #2945
7 years ago
Leonardo Galli
b553d8aef6
Fixed: Saving IndexerSettings into DB which confuses the datamapper.
...
Fixes #2945
7 years ago
Leonardo Galli
c4ca2f12bb
Fixed: Not using correct info for determining state!
7 years ago
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
7 years ago
Qstick
728a50c68f
Fixed: .vtt files treated as subtitles ( #2885 )
7 years ago
Qstick
5470378af4
Fixed: Debug log Series reference in QualityAllowedByProfile spec ( #2899 )
7 years ago
Qstick
304b3ef560
Fixed: Multiple UI Fixes and Additions ( #2894 )
...
* Fixed: Misc UI Style Fixes and Cleanup
* Fixed: Change Icon names from Sonarr to Radarr
* Added: Search from Movies Index
7 years ago
hotio
5e35b43e48
Fixed: Multiline in table view on two lines ( #2870 )
...
Fixed: multiline in table view
7 years ago
Qstick
52ce836d5c
Added: Adds unmonitored filter option in index and editor ( #2888 )
...
https://feathub.com/Radarr/Radarr/+40
7 years ago