Fix: Separate Conductor from Performer
Conductor was incorrectly saved to Performer tag in MPD database
This commit is contained in:
		
							
								
								
									
										2
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								NEWS
									
									
									
									
									
								
							| @@ -1,4 +1,6 @@ | |||||||
| ver 0.22.5 (not yet released) | ver 0.22.5 (not yet released) | ||||||
|  | * tags | ||||||
|  |   - id: translate TPE3 to Conductor, not Performer | ||||||
| * output | * output | ||||||
|   - httpd: error handling on Windows improved |   - httpd: error handling on Windows improved | ||||||
|  |  | ||||||
|   | |||||||
| @@ -352,7 +352,7 @@ scan_id3_tag(const struct id3_tag *tag, TagHandler &handler) noexcept | |||||||
| 			    handler); | 			    handler); | ||||||
| 	tag_id3_import_text(tag, ID3_FRAME_COMPOSER, TAG_COMPOSER, | 	tag_id3_import_text(tag, ID3_FRAME_COMPOSER, TAG_COMPOSER, | ||||||
| 			    handler); | 			    handler); | ||||||
| 	tag_id3_import_text(tag, "TPE3", TAG_PERFORMER, | 	tag_id3_import_text(tag, "TPE3", TAG_CONDUCTOR, | ||||||
| 			    handler); | 			    handler); | ||||||
| 	tag_id3_import_text(tag, "TPE4", TAG_PERFORMER, handler); | 	tag_id3_import_text(tag, "TPE4", TAG_PERFORMER, handler); | ||||||
| 	tag_id3_import_text(tag, "TIT1", TAG_GROUPING, handler); | 	tag_id3_import_text(tag, "TIT1", TAG_GROUPING, handler); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 vkostas
					vkostas