Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108220
Collapse All | Expand All

(-)mythmusic/mythmusic/metadata_orig.cpp (+8 lines)
Lines 461-466 Link Here
461
        if (!set)
461
        if (!set)
462
            *data = QObject::tr("Artists") + " (" + firstchar + ")";
462
            *data = QObject::tr("Artists") + " (" + firstchar + ")";
463
    }
463
    }
464
    else if (field == "firstartist")
465
    {
466
        if (FormatArtist().left(4).lower() == thePrefix)
467
            *data = FormatArtist().mid(4, 1).upper();
468
        else
469
            *data = FormatArtist().left(1).upper();
470
    }
464
    else
471
    else
465
    {
472
    {
466
        cerr << "metadata.o: Something asked me to return data about a field called " << field << endl ;
473
        cerr << "metadata.o: Something asked me to return data about a field called " << field << endl ;
Lines 1142-1147 Link Here
1142
        if( *it != "genre"  &&
1149
        if( *it != "genre"  &&
1143
            *it != "artist" &&
1150
            *it != "artist" &&
1144
            *it != "splitartist" && 
1151
            *it != "splitartist" && 
1152
            *it != "firstartist" && 
1145
            *it != "album"  &&
1153
            *it != "album"  &&
1146
            *it != "title")
1154
            *it != "title")
1147
        {
1155
        {

Return to bug 108220