Posts: 86
Joined: Apr 2005
Reputation:
0
Update, got logos on win7 + gotham 13.0, but not the other machine (win7 + Gotham 13.1 now also tested 13.0 and some margos PVR builds), both connecting to same machine w. mythbuntu 14.04! So anyone knowa what to check for?
Posts: 36
Joined: Dec 2013
Reputation:
2
Bitboy
Junior Member
Posts: 36
Hey Guys,
i played a bit around and had a look into the mysql database (SELECT *
FROM `channel`
WHERE `channel`.`icon` != ''
ORDER BY `channel`.`icon` ASC
LIMIT 0 , 30). what i noticed was, as of version 0.27 mythtv stores only the filename in the database, older versions store the complete path. I edited one entry and tada, the icon is shown in xbmc (a local installation on the myth-server + an installation on windows 7 and tomorrow i'll try with pi).
But currently i have no idea how to fix, manually updating the database isn't a properly solution for future.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
I think the reason that the full path is no longer stored is that the full path is not required or wanted when using storage groups. In fact that's one of the reasons for SGs. Good spotting though, I will set this up on my backend and test.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 51
Joined: Jul 2010
Reputation:
0
I had the same problem after I upgraded to Gotham 13.2 and MythTV ,27. Here is step by step way I SOLVED it.
In MythTV backend use Filezilla to SFTP into directory:
/home/[userid]/.mythtv/channels
Where [userid] is the user that set up the backend.
Upload all the icons (should be 132x99) to the above directory. Easiest way to find icons of this size is to use Google image search and using “search tools” set size to “Exactly” 132 by 99. Select the icon with right mouse click, then “save image as” and type an appropriate name. These images will be all png type. Save it to a local directory, then upload to the above directory.
Using MythTV backend setup, create a new Storagegroup called ChannelIcons and enter the above path with the icons.
Use Channel editor in MythTV backend setup to change each channel icon to the icon you saved. Don’t include path. Just use the file name.
Logoff and shut down the MythTV computer (cold boot).
Use Filezilla to SFTP into your XBMCbuntu frontend computer running latest cmyth. Change to the directory:
/home/[userid]/.xbmc/userdata/addon_data/pvr.mythtv.cmyth/cache/channels
Where [user name] is the user that set up xbmcbuntu.
DELETE all the channel icon files in the cache/channels directory.
Power off the XBMCbuntu computer and then turn it on (cold boot).
All your icons will appear in EPG and channel pages.