Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73832 | Differences between
and this patch

Collapse All | Expand All

(-)SlimServer_v5.4.0.orig/Slim/Music/Info.pm (-4 lines)
Lines 2364-2373 Link Here
2364
					}
2364
					}
2365
				}
2365
				}
2366
			}
2366
			}
2367
		} elsif (isMOV($fullpath)) {
2368
			$::d_artwork && Slim::Utils::Misc::msg("Looking for image in Movie metadata in file $file\n");
2369
			$body = Slim::Formats::Movie::getCoverArt($file);
2370
			$::d_artwork && $body && Slim::Utils::Misc::msg("found image in $file of length " . length($body) . " bytes \n");
2371
		}
2367
		}
2372
		
2368
		
2373
		if ($body) {
2369
		if ($body) {

Return to bug 73832