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
General Forums
Newcomers Forum
Mediaportal with uncommitted Disceq
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="ssenyer" data-source="post: 703687" data-attributes="member: 109375"><p>Hi again,</p><p></p><p>i created 2 bat files to change LOF values at database, then i assign 2 remote buttons to execute those files with my remote with IRSS. it works now ...i know it is not very good solution but any solutuon better then none <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Now when i want to watch Universal LNB i press * button on my remote then irss execute universal.bat file, and universal.bat file change LOF values at database. When i watch to 7E (which requares modified LNB lof values) i press # at my remote then irss execute modified.bat and it change LOF values at database....</p><p></p><p>it works..i can use it untill MP developers prepare a patch for it..But i m not sure if my wife will refuse to use it and force me to put Dreambox back or not <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>@vderbi...mate please try my first suggestion..if it is not work u can modifiy my bat files and u can use those also. If u need my help just drop a message at this thread. i ll be around until monday...then i have to go for a business trip 1 week...i m not sure if i will have internet at there or not.</p><p></p><p></p><p>Opss..system do not accept bat files as attachments..</p><p></p><p>here is modified.bat (location c:\)</p><p></p><p>[CODE]@echo off</p><p>cd C:\Program Files\MySQL\MySQL Server 5.1\bin\</p><p>mysql.exe -uroot -pMediaPortal < c:\12650.txt[/CODE]</p><p></p><p></p><p></p><p>here is universal.bat (location c:\)</p><p></p><p>[CODE]@echo off</p><p>cd C:\Program Files\MySQL\MySQL Server 5.1\bin\</p><p>mysql.exe -uroot -pMediaPortal < c:\11700.txt[/CODE]</p><p></p><p></p><p>here is the 11700.txt (location c:\)</p><p></p><p>[CODE]use mptvdb;</p><p>update setting set value='9650' where tag='LnbLowFrequency';</p><p>update setting set value='10600' where tag='LnbHighFrequency';[/CODE]</p><p></p><p></p><p>here is 12650.txt (location c:\)</p><p></p><p>[CODE]use mptvdb;</p><p>update setting set value='12650' where tag='LnbLowFrequency';</p><p>update setting set value='12650' where tag='LnbHighFrequency';[/CODE]</p><p></p><p></p><p>Regards</p></blockquote><p></p>
[QUOTE="ssenyer, post: 703687, member: 109375"] Hi again, i created 2 bat files to change LOF values at database, then i assign 2 remote buttons to execute those files with my remote with IRSS. it works now ...i know it is not very good solution but any solutuon better then none :) Now when i want to watch Universal LNB i press * button on my remote then irss execute universal.bat file, and universal.bat file change LOF values at database. When i watch to 7E (which requares modified LNB lof values) i press # at my remote then irss execute modified.bat and it change LOF values at database.... it works..i can use it untill MP developers prepare a patch for it..But i m not sure if my wife will refuse to use it and force me to put Dreambox back or not :) @vderbi...mate please try my first suggestion..if it is not work u can modifiy my bat files and u can use those also. If u need my help just drop a message at this thread. i ll be around until monday...then i have to go for a business trip 1 week...i m not sure if i will have internet at there or not. Opss..system do not accept bat files as attachments.. here is modified.bat (location c:\) [CODE]@echo off cd C:\Program Files\MySQL\MySQL Server 5.1\bin\ mysql.exe -uroot -pMediaPortal < c:\12650.txt[/CODE] here is universal.bat (location c:\) [CODE]@echo off cd C:\Program Files\MySQL\MySQL Server 5.1\bin\ mysql.exe -uroot -pMediaPortal < c:\11700.txt[/CODE] here is the 11700.txt (location c:\) [CODE]use mptvdb; update setting set value='9650' where tag='LnbLowFrequency'; update setting set value='10600' where tag='LnbHighFrequency';[/CODE] here is 12650.txt (location c:\) [CODE]use mptvdb; update setting set value='12650' where tag='LnbLowFrequency'; update setting set value='12650' where tag='LnbHighFrequency';[/CODE] Regards [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
General Forums
Newcomers Forum
Mediaportal with uncommitted Disceq
Contact us
RSS
Top
Bottom