Qstick
b7fe4193f3
Changed: Added "Remastered" to album cleaning regex
2018-10-24 20:34:21 -04:00
ta264
eadd6996ef
Fuzzy matching ( #508 )
...
* Fixed: correctly match albums whose title is all special characters
* New: fuzzy matching on album and track names
2018-10-20 18:09:12 -04:00
Qstick
5a57c0cf17
Fixed: Parsing for Artist-Album-Year release
2018-10-02 22:15:21 -04:00
gismo2004
9b0a7c60ed
Fixed: Improve TrackMatching when title is slightly longer/shorter than DB ( #491 )
...
* improve TrackMatching
* Add unit test for TrackMatching
* rename NormalizeEpisodeTitle to NormalizeTrackTitle
* correct typo
2018-09-18 21:29:45 -04:00
Qstick
56e1f53834
Fixed: Allow text in front of cleaned Album/Track tag ( #498 )
...
* Fixed: Allow text in front of cleaned tag
* fixup! Add another test case that shouldnt be matched.
2018-09-16 22:10:25 -04:00
Qstick
b5ecc4d209
Fixed: Episode reference in Parser.cs
2018-09-14 22:40:34 -04:00
Qstick
d9a51a1d02
Changed: Refactor ReleaseGroup Parser cases
2018-08-26 22:25:19 -04:00
Qstick
c3d2769d3f
Added: Parser case for Artist - Album - Year [Other]
2018-08-26 21:48:49 -04:00
Qstick
499af45566
Added: Monkey Audio and WavPack support ( #455 )
...
* Added: Monkey Audio and WavPack support
* fixup! Add test case, fix typo
2018-08-26 21:11:07 -04:00
Qstick
674e1196b3
Added: Try Tag Parse with and without "Promo"
...
Fixes : #408
2018-07-17 22:14:05 -04:00
Qstick
089d213816
New: Nested Settings and Seed Ratio Setting ( #379 )
...
* New: Nested Settings and Seed Ratio Setting
* Fixed: Sonarr related variable naming
2018-06-01 21:59:54 -04:00
Qstick
2f7e68ed06
New: Remove additional URL prefixes from release names
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2018-05-19 22:47:59 -04:00
Daniel Underwood
116d3d22bb
Fixed: Escape regex in ParseAlbumWithSearchCriteria ( #244 )
...
* Add regex escape to fix #231
* Add escape to artist name
* Fix test case
* Use single album parameter and add test cases
* Add artist test cases
* Add qualities to release titles
* Create albums in ParserFixture
* Added missing case in QualityParser. Handle escaping regex better for artists/albums that are just symbols.
* Removed custom code to escape slashes. Enhanced regex to support more test cases.
* Fixed Regex for other test cases.
* Small enhancements to code. Removed log statement.
* Tweaked one of my regex to account for not stripping ? from SimpleTitleRegex.
2018-04-21 09:40:23 -04:00
Joseph Milazzo
b661344ba8
Parser Enhancements ( #291 )
...
* When matching tracks with metadata, ensure we also check their track number as some albums have two tracks with same title.
2018-04-13 06:30:56 -05:00
Joseph Milazzo
734b1f6101
Added cases to strip feat. from track titles. ( #288 )
...
* Added cases to strip feat. from track titles.
2018-04-09 20:37:56 -05:00
Qstick
c7ef370060
Added: Add Limited Edition to Album Tag Cleaning
...
Fixes #282
2018-04-07 22:47:04 -04:00
Qstick
28aa2eeeed
Added: Readme OpenCollective Info
2018-04-07 01:06:22 -04:00
Joseph Milazzo
e9097b8dc6
Check for MusicBrainz Release Id during Scan ( #227 ) ( #277 )
...
* Implemented functionality to find album from DB if a track has album in the MusicBrainz Release Id tag. If tag doesn't exist or album is not found, handle via normal routes.
* Added a test case
* Fixed a bad merge.
* Fixed a bug where a track with an empty Album IDv3 tag always was ignored, even if it had MusicBrainz Release Id hardcoded.
* fixup: Quick fixes to get this merged tonight due to bug in develop
2018-04-07 00:52:28 -04:00
Joseph Milazzo
aaa3b5495f
Feature/common tag parsing ( #273 )
...
* Added refresh title on the refresh button.
* Added a quick fix for common parsing issues when albums or tracks contain (special edition), (deluxe edition), [bonus], (version), (single), etc.
2018-04-05 19:31:58 -05:00
Joseph Milazzo
798e85e4db
Implemented parsing case for Artist - Year - Album ( #264 ) ( #274 )
...
* Implemented parsing case for Artist - Year - Album
* Enhanced test case to ensure year and artist also parse correctly.
Closes #264
2018-04-04 19:02:06 -04:00
Qstick
121eb6db16
Fixed: Quality Parsing for VBR Fails in many cases
...
Fixes #258
Co-Authored-By: taloth <taloth@users.noreply.github.com >
2018-03-25 23:08:05 -04:00
Qstick
0f3934454b
Cleanup: Cleanup Import/Parsing Files
2018-03-14 22:27:05 -04:00
Qstick
254b3fcfbe
Fixed: Musicbrainz track id tag read incorrectly
2018-03-14 22:01:51 -04:00
Qstick
8e626269d1
Misc Fixes and Better Logging/Rejection Messages for Track Import
2018-02-15 23:03:44 -05:00
Qstick
28a508bed7
Fixed: Remove xpost suffix from release groups
2018-02-09 23:23:27 -05:00
Qstick
37d1ed4a48
Fixed: Grab discography during artist search ( #208 )
...
Closes #184
2018-02-10 05:03:12 +01:00
Qstick
c105c9a65e
New: Import Lists Base ( #196 )
...
* New: Import Lists Base
2018-02-06 18:08:36 -05:00
Qstick
750ecacb9b
Fixed: Remove Pre and postbot suffixes from release groups
2018-02-03 21:59:29 -05:00
Qstick
3e476f2637
New: Add basic ruTracker parser cases
2018-02-03 21:25:17 -05:00
Qstick
bc8bd9995a
Fixed: Don't import based on track number alone.
2017-12-28 22:03:41 -05:00
Qstick
66d3fd17e9
Fixed: Search Criteria parsing returns bad results (Abba/Black Sabbath)
2017-12-21 23:16:36 -05:00
Qstick
ded7574227
Fix Headphones Download Auth, Add Special Parsing ( #152 )
...
* Add Secondary Backup Parsing Method if Regex Fails
* Add BasicAuth info to release for nzb download handling
2017-12-17 18:34:58 -05:00
Qstick
b63d9d0146
Fixes Misc Issues with Album Metadata Extrafiles ( #145 )
...
* Fixes Misc Issues with Album Metadata Extrafiles
* Fixed: Move Empty Subfolders to after ArtistRenamedEvent and Metadata mover
* Remove Path from Album Table, Fix Wdtv, MediaBrowser, Roksbox
* Remove Album Path from UI
* Remove Comments and add Jpeg extension to XMBC image regex
2017-12-12 21:25:30 -05:00
Qstick
0f17569908
Fix Discography Recognition and Add Parser Test
2017-12-11 21:00:45 -05:00
Qstick
10b8174726
Extend Qualities and Setup Default Groups ( #127 )
...
* Extend Qualities and Setup Default Groups
* fixup! Extend Qualities
* fixup! Codacy
* fixup! One more
2017-11-20 19:20:21 -05:00
Qstick
21428cba6f
Medium Support (Multi-disc Albums), Quality Grouping ( #121 )
...
* Multi Disc Stage 1 - Backend Work
* Quality Group Functionality
* Fixed: Only show wanted album types on ArtistDetail page
* Add Media Count Column to ArtistDetail Page
* Parser updates for multidisc cases, other usenet release title formats
* Search for Tracks by Medium Number in Addition to Title and TrackNumber
* Medium Renaming Token for Track Naming
* fixup Codacy and Comment Cleanup
* fixup remove comments
2017-11-15 21:24:33 -05:00
Qstick
f32e8974af
Fixed: Import failure when unable to parse folder name
2017-11-01 21:57:09 -04:00
Qstick
b5a8c342e5
Cleanup Sonarr Regexes from Parser.cs
2017-11-01 21:23:29 -04:00
Qstick
f1b1904e07
Update DB Schema, Change Artist Slugs, Rework SubtitleFiles to LyricFiles
2017-10-24 21:25:29 -04:00
Qstick
a80360f6fd
Remove Remaining TV Code
2017-10-18 21:42:57 -04:00
Qstick
42e25055a9
Rework Tests for Music, Start TV Code Cleanup
2017-10-17 22:55:02 -04:00
Qstick
4016d359ac
Guard Against Null AlbumTitle on Import
2017-10-15 15:30:36 -04:00
Qstick
6685644c5c
Refactor Various HouseKeepers
2017-10-08 16:07:54 -04:00
Qstick
f8f988a083
Misc Sonarr Pulls
2017-10-07 23:54:13 -04:00
Qstick
90a4838958
Tweak Release Parsing, Add Less strict Regex Cases for Title
2017-10-06 22:52:32 -04:00
Qstick
31db4e2026
Guard Against QualityParser NullReferenceException
2017-09-28 23:43:47 -04:00
Qstick
78f1066535
Add Additional Logging to Track Parsing
2017-09-28 23:32:42 -04:00
Qstick
4aa5a35cb4
Added -Scrambled to the ReleaseGroup cleanup list
...
Sonarr f8d5f1fc9
2017-09-27 22:07:35 -04:00
Qstick
5fec72395c
Null Checks for Track Parsing, Parse by Title if TrackNumber is missing
2017-09-14 23:33:13 -04:00
Qstick
f05332cf6e
[UI Work] Interactive Import, More Artist Detail
2017-09-12 23:28:45 -04:00