You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Removed Drone Specific parser, on 2nd look it is not needed... just need to include the quality when adding it to the SAB Queue.
This commit is contained in:
		| @@ -171,32 +171,6 @@ namespace NzbDrone.Core | |||||||
|             return result; |             return result; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         internal static QualityTypes ParseDroneQuality(string name) |  | ||||||
|         { |  | ||||||
|             var result = QualityTypes.Unknown; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[TV]")) |  | ||||||
|                 return QualityTypes.TV; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[DVD]")) |  | ||||||
|                 return QualityTypes.DVD; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[BDRip]")) |  | ||||||
|                 return QualityTypes.BDRip; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[HDTV]")) |  | ||||||
|                 return QualityTypes.HDTV; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[WEBDL]")) |  | ||||||
|                 return QualityTypes.WEBDL; |  | ||||||
|  |  | ||||||
|             if (name.Contains("[Bluray]")) |  | ||||||
|                 return QualityTypes.Bluray; |  | ||||||
|  |  | ||||||
|             //If it's unknown let the "regular" quality parse have a go |  | ||||||
|             return ParseQuality(name); |  | ||||||
|         } |  | ||||||
|  |  | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         /// Normalizes the title. removing all non-word characters as well as common tokens |         /// Normalizes the title. removing all non-word characters as well as common tokens | ||||||
|         /// such as 'the' and 'and' |         /// such as 'the' and 'and' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user