home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Language specific support
Deutsches MediaPortal Forum
MediaPortal 1
TV / Streaming
Probleme mit Optionskanälen seit Sky
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="bamboocha" data-source="post: 808163" data-attributes="member: 81645"><p><strong>AW: Re: Probleme mit Optionskanälen seit Sky</strong></p><p></p><p></p><p></p><p>Ich weiß nicht, ob es einfacher ist, aber ich habe letzte Woche per SQL die Servie_ID, PMT und den Namen von den Sky Select Sendern in die Sky Bundesliga Sender anhand dieser Liste <a href="http://download.sky.de/web/redaktion/download/Transponder.pdf" target="_blank">http://download.sky.de/web/redaktion/download/Transponder.pdf</a> geändert. Jetzt sind alle Sender vorhanden <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> Sie können nun per F9 genutzt werden und ich kann dafür auch eine eigene Favoritenliste erzeugen.</p><p>Wenn ich heute Abend zu Hause bin, kann ich dir ein Skript erstellen.</p><p></p><p>Vielleicht können die Werte auch per Kanallisteneditor geändert werden.</p><p></p><p>[CODE]</p><p>ORG_Name ORG_ID ORG_PMT NEW_Name NEW_ID NEW_PMT</p><p>Sky Select 2 261 108 Sky Bundesliga 1 262 96</p><p>Sky Select 3 271 103 Sky Bundesliga 2 272 96</p><p>Sky Select 4 281 104 Sky Bundesliga 3 282 101</p><p>Sky Select 5 291 105 Sky Bundesliga 4 292 109</p><p>Sky Select 6 301 98 Sky Bundesliga 5 302 111</p><p>Sky Select 7 311 107 Sky Bundesliga 6 312 108</p><p>Sky Select 8 321 109 Sky Bundesliga 7 322 113</p><p>Sky Select 9 331 115 Sky Bundesliga 8 332 114</p><p>Blue Movie 1 345 121 Sky Bundesliga 9 342 120</p><p>Blue Movie 2 355 123 Sky Bundesliga 10 352 122</p><p>Sky Select 1 251 98 Sky Bundesliga 11 252 99[/CODE]</p><p></p><p>Hier die SQLs für's Update</p><p></p><p>Ein SQL-Client ist bei MySQL bereits installiert</p><p>Einfach die Eingabeaufforderung starten und in folgende Befehle eingeben. </p><p>cd "C:\Program Files\MySQL\MySQL Server 5.1\bin"</p><p>mysql.exe --user=root --password=MediaPortal</p><p></p><p>[CODE]</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 1', serviceId = '262', pmtPid = '96' where name = 'Sky Select 2' and serviceId = '261' and pmtPid = '108';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 2', serviceId = '272', pmtPid = '96' where name = 'Sky Select 3' and serviceId = '271' and pmtPid = '103';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 3', serviceId = '282', pmtPid = '101' where name = 'Sky Select 4' and serviceId = '281' and pmtPid = '104';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 4', serviceId = '292', pmtPid = '109' where name = 'Sky Select 5' and serviceId = '291' and pmtPid = '105';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 5', serviceId = '302', pmtPid = '111' where name = 'Sky Select 6' and serviceId = '301' and pmtPid = '98';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 6', serviceId = '312', pmtPid = '108' where name = 'Sky Select 7' and serviceId = '311' and pmtPid = '107';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 7', serviceId = '322', pmtPid = '113' where name = 'Sky Select 8' and serviceId = '321' and pmtPid = '109';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 8', serviceId = '332', pmtPid = '114' where name = 'Sky Select 9' and serviceId = '331' and pmtPid = '115';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 9', serviceId = '342', pmtPid = '120' where name = 'Blue Movie 1' and serviceId = '345' and pmtPid = '121';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 10', serviceId = '352', pmtPid = '122' where name = 'Blue Movie 2' and serviceId = '355' and pmtPid = '123';</p><p>update mptvdb.tuningdetail set name = 'Sky Bundesliga 11', serviceId = '252', pmtPid = '99' where name = 'Sky Select 1' and serviceId = '251' and pmtPid = '98';</p><p>update mptvdb.channel ch join mptvdb.tuningdetail tn on name like 'Sky Bundesliga %' and ch.idchannel = tn.idchannel set ch.displayName = tn.name ;[/CODE]</p><p>Gruß bamboocha</p></blockquote><p></p>
[QUOTE="bamboocha, post: 808163, member: 81645"] [b]AW: Re: Probleme mit Optionskanälen seit Sky[/b] Ich weiß nicht, ob es einfacher ist, aber ich habe letzte Woche per SQL die Servie_ID, PMT und den Namen von den Sky Select Sendern in die Sky Bundesliga Sender anhand dieser Liste [url]http://download.sky.de/web/redaktion/download/Transponder.pdf[/url] geändert. Jetzt sind alle Sender vorhanden :-) Sie können nun per F9 genutzt werden und ich kann dafür auch eine eigene Favoritenliste erzeugen. Wenn ich heute Abend zu Hause bin, kann ich dir ein Skript erstellen. Vielleicht können die Werte auch per Kanallisteneditor geändert werden. [CODE] ORG_Name ORG_ID ORG_PMT NEW_Name NEW_ID NEW_PMT Sky Select 2 261 108 Sky Bundesliga 1 262 96 Sky Select 3 271 103 Sky Bundesliga 2 272 96 Sky Select 4 281 104 Sky Bundesliga 3 282 101 Sky Select 5 291 105 Sky Bundesliga 4 292 109 Sky Select 6 301 98 Sky Bundesliga 5 302 111 Sky Select 7 311 107 Sky Bundesliga 6 312 108 Sky Select 8 321 109 Sky Bundesliga 7 322 113 Sky Select 9 331 115 Sky Bundesliga 8 332 114 Blue Movie 1 345 121 Sky Bundesliga 9 342 120 Blue Movie 2 355 123 Sky Bundesliga 10 352 122 Sky Select 1 251 98 Sky Bundesliga 11 252 99[/CODE] Hier die SQLs für's Update Ein SQL-Client ist bei MySQL bereits installiert Einfach die Eingabeaufforderung starten und in folgende Befehle eingeben. cd "C:\Program Files\MySQL\MySQL Server 5.1\bin" mysql.exe --user=root --password=MediaPortal [CODE] update mptvdb.tuningdetail set name = 'Sky Bundesliga 1', serviceId = '262', pmtPid = '96' where name = 'Sky Select 2' and serviceId = '261' and pmtPid = '108'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 2', serviceId = '272', pmtPid = '96' where name = 'Sky Select 3' and serviceId = '271' and pmtPid = '103'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 3', serviceId = '282', pmtPid = '101' where name = 'Sky Select 4' and serviceId = '281' and pmtPid = '104'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 4', serviceId = '292', pmtPid = '109' where name = 'Sky Select 5' and serviceId = '291' and pmtPid = '105'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 5', serviceId = '302', pmtPid = '111' where name = 'Sky Select 6' and serviceId = '301' and pmtPid = '98'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 6', serviceId = '312', pmtPid = '108' where name = 'Sky Select 7' and serviceId = '311' and pmtPid = '107'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 7', serviceId = '322', pmtPid = '113' where name = 'Sky Select 8' and serviceId = '321' and pmtPid = '109'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 8', serviceId = '332', pmtPid = '114' where name = 'Sky Select 9' and serviceId = '331' and pmtPid = '115'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 9', serviceId = '342', pmtPid = '120' where name = 'Blue Movie 1' and serviceId = '345' and pmtPid = '121'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 10', serviceId = '352', pmtPid = '122' where name = 'Blue Movie 2' and serviceId = '355' and pmtPid = '123'; update mptvdb.tuningdetail set name = 'Sky Bundesliga 11', serviceId = '252', pmtPid = '99' where name = 'Sky Select 1' and serviceId = '251' and pmtPid = '98'; update mptvdb.channel ch join mptvdb.tuningdetail tn on name like 'Sky Bundesliga %' and ch.idchannel = tn.idchannel set ch.displayName = tn.name ;[/CODE] Gruß bamboocha [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
MediaPortal 1
TV / Streaming
Probleme mit Optionskanälen seit Sky
Contact us
RSS
Top
Bottom