[mythtv] [PATCH]bitmap in albumart

MaxPower maxpower44 at tiscali.fr
Tue Feb 10 17:29:02 EST 2004


Isaac Richards wrote:

>On Monday 09 February 2004 05:59 am, MaxPower wrote:
>  
>
>>My albumarts are in bitmap format.
>>there is the rest of windows world :-[
>>My patch allow to display my coverart
>>    
>>
>
>You didn't attach the patch.
>
>Isaac
>  
>
Sorry

It's easier to apply a patch if you receive it :-)

Xavier Hervy
-------------- next part --------------
--- /mnt/maxpower/divers/myth/mythmusic/mythmusic/visualize.cpp	2004-02-08 11:27:26.000000000 +0100
+++ mythmusic/visualize.cpp	2004-02-09 10:42:21.000000000 +0100
@@ -291,7 +291,7 @@
         directory = curdir;
         // Get filter
         QString namefilter = gContext->GetSetting("AlbumArtFilter",
-                                                  "*.png;*.jpg;*.jpeg;*.gif");
+                                                  "*.png;*.jpg;*.jpeg;*.gif;*.bmp");
         // Get directory contents based on filter
         QDir folder(curdir, namefilter, QDir::Name | QDir::IgnoreCase, 
                     QDir::Files | QDir::Hidden);


More information about the mythtv-dev mailing list