User Tools

Site Tools


docs:tips_n_tricks:mythtv

This is an old revision of the document!


MythTV

Show the Video Source in the Channel Name

update channel set name = CONCAT(name,' (DVB-C)') where not name like '%DVB-%' and sourceid in (select sourceid from videosource where name = 'DVB-C')  ;
update channel set name = CONCAT(name,' (DVB-T)') where not name like '%DVB-%' and sourceid in (select sourceid from videosource where name = 'DVB-T')  ;
update channel set name = CONCAT(name,' (Kab.)') where not name like '%Kab.%' and not name like '%Analog%' and sourceid in (select sourceid from videosource where name = 'Kabel Analog')  ;
docs/tips_n_tricks/mythtv.1312053083.txt.gz · Last modified: 30.07.2011 21:11 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki