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
MediaPortal 1
MediaPortal 1 Plugins
Dreambox plugin dev
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="moullas" data-source="post: 71592" data-attributes="member: 11027"><p>Ok... i'm not a .net programmer but i think i figured some of the logic...</p><p></p><p>First of all.. the Dreambox Bouquets are stored in /var/tuxbox/config/enigma/</p><p></p><p>with a .tv extention (for TV) and .radio</p><p>a sample of my Movies bouquet is </p><p>[code]</p><p>#NAME Movies</p><p>#SERVICE: 1:0:1:13d:157c:13e:820000:0:0:0:</p><p>#SERVICE: 1:0:1:1d53:2f44:13e:820000:0:0:0:</p><p>#SERVICE: 1:0:1:1bc2:17d4:13e:820000:0:0:0:</p><p>#SERVICE: 1:0:1:1d51:2f44:13e:820000:0:0:0:</p><p>#SERVICE: 1:0:1:162:1c84:13e:820000:0:0:0:</p><p>#SERVICE: 1:0:1:516:3db8:b0:820000:0:0:0:</p><p>#SERVICE: 1:0:1:517:3db8:b0:820000:0:0:0:</p><p>#SERVICE: 1:0:1:518:3db8:b0:820000:0:0:0:</p><p>[/code]</p><p></p><p>Match that with the <strong>services</strong> file, located also there, and you can get the Channel name that corresponds to the thing in the .tv file.</p><p></p><p>This can be automated by getting the necessary files via FTP from the dreambox, and parsing let's say only the user bouquets for a tidy channel list. (default user/pass on any dbox is root/dreambox)</p><p></p><p>After doing that, we'll need to figure out a way to automate channel changing.</p><p></p><p>A quick and dirty approach i can think of right now is simulate the Web interface button presses.</p><p>That is found on <a href="http://DreamboxIP/showRemoteControl" target="_blank">http://DreamboxIP/showRemoteControl</a></p><p></p><p>A show source and some basic javascript skills can show how to simulate the button presses programmatically</p><p></p><p>Hope i've helped somewhat anyone that may develop the dbox plugin...</p><p>Hope i'll find some other way to remote control <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="moullas, post: 71592, member: 11027"] Ok... i'm not a .net programmer but i think i figured some of the logic... First of all.. the Dreambox Bouquets are stored in /var/tuxbox/config/enigma/ with a .tv extention (for TV) and .radio a sample of my Movies bouquet is [code] #NAME Movies #SERVICE: 1:0:1:13d:157c:13e:820000:0:0:0: #SERVICE: 1:0:1:1d53:2f44:13e:820000:0:0:0: #SERVICE: 1:0:1:1bc2:17d4:13e:820000:0:0:0: #SERVICE: 1:0:1:1d51:2f44:13e:820000:0:0:0: #SERVICE: 1:0:1:162:1c84:13e:820000:0:0:0: #SERVICE: 1:0:1:516:3db8:b0:820000:0:0:0: #SERVICE: 1:0:1:517:3db8:b0:820000:0:0:0: #SERVICE: 1:0:1:518:3db8:b0:820000:0:0:0: [/code] Match that with the [b]services[/b] file, located also there, and you can get the Channel name that corresponds to the thing in the .tv file. This can be automated by getting the necessary files via FTP from the dreambox, and parsing let's say only the user bouquets for a tidy channel list. (default user/pass on any dbox is root/dreambox) After doing that, we'll need to figure out a way to automate channel changing. A quick and dirty approach i can think of right now is simulate the Web interface button presses. That is found on [url]http://DreamboxIP/showRemoteControl[/url] A show source and some basic javascript skills can show how to simulate the button presses programmatically Hope i've helped somewhat anyone that may develop the dbox plugin... Hope i'll find some other way to remote control :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Dreambox plugin dev
Contact us
RSS
Top
Bottom