- Cosmetic changes in the menu.
- Update plugin "OpenWebif".
- (W) The plugin "SortMenu" still conflicts with the internal mechanism.
Posted 5 August 2017 - 11:12
- Cosmetic changes in the menu.
- Update plugin "OpenWebif".
- (W) The plugin "SortMenu" still conflicts with the internal mechanism.
Posted 6 August 2017 - 12:09
- Cosmetic changes in the menu.
- Update plugin "OpenWebif".
- (W) The plugin "SortMenu" still conflicts with the internal mechanism.
For fresh install on Xenial need to download following packages: libavahi-client3 libavahi-client-dev avahi-daemon
Edited by Shadowman94, 6 August 2017 - 12:09.
Posted 6 August 2017 - 18:12
Thank you. I'll fix it soon. I don't have this dvb card. What kind of correction is required in determining the signal quality?
Posted 6 August 2017 - 18:45
Maybe my driver is not work properly but i isnt find driver for skystar hd2.
I writted code based on this source, but i think its not best choice for make work this,
cuz need to rename nim_socket to "TechniSat SkyStar HD2" for make work my changes.
WARNING: i think my calculation is not 100% correct.
Edited by Shadowman94, 6 August 2017 - 18:46.
Posted 6 August 2017 - 19:55
Try mediabuild by Crasycat (delete old modules before compile)
Then repair Lirc on COM-port
Posted 6 August 2017 - 21:00
On 17.04 need to install same packages with Xenial.
I did not understand. libavahi-client3, libavahi-client-dev, avahi-daemon? 17.04 has these packages and I just successfully compiled. Maybe you meant that you need to submit them to the installation in script 1? I added. Or something doesn't work with these packages?
Posted 7 August 2017 - 12:07
littlesat, yes, I already removed this plugin. With which key I can move the menu item? At me any key calls only "show" and "hide".
Posted 8 August 2017 - 10:36
Try mediabuild by Crasycat (delete old modules before compile)
Then repair Lirc on COM-port
I think itsd not work right now... :/
Updating the building system
****************************
From https://bitbucket.or...Cat/media_build
* branch master -> FETCH_HEAD
Already up-to-date.
make: Entering directory '/home/shadowman/media_build/linux'
wget https://bitbucket.or...EST.tar.bz2.md5 -O linux-media.tar.bz2.md5.tmp
--2017-08-08 11:35:29-- https://bitbucket.or...EST.tar.bz2.md5
bitbucket.org (bitbucket.org) feloldása… 104.192.143.3, 104.192.143.1, 104.192.143.2
Csatlakozás a következőhöz: bitbucket.org (bitbucket.org)[104.192.143.3]:443… kapcsolódva.
HTTP kérés elküldve, várakozás válaszra… 404 Not Found
2017-08-08 11:35:29 HIBA 404: Not Found.
Makefile:183: recipe for target 'download' failed
make: *** [download] Error 8
make: Leaving directory '/home/shadowman/media_build/linux'
Download failed at ./build line 521
If u have this archive, can upload for me? linux-media-LATEST.tar.bz2
Edited by Shadowman94, 8 August 2017 - 10:37.
Posted 8 August 2017 - 12:24
Posted 8 August 2017 - 12:25
Posted 8 August 2017 - 12:29
Edited by 1455, 8 August 2017 - 12:30.
Posted 8 August 2017 - 16:08
We need to add something to the xineLib.cpp after:
if ((!xine_open(stream, eEnv::resolve("${sysconfdir}/tuxbox/logo.mvi").c_str())) || (!xine_play(stream, 0, 0))) { return; }
It only starts when enigma is booting, but we need it when the radio is on. I didn't come up with the condition yet. Maybe you'll do it?
Posted 8 August 2017 - 16:32
Ready for use MEDIA_BUILD.
1. Delete /lib/modules/[kernel_name]/kernel/drivers/media.
2. Simply make && make install.
Posted 8 August 2017 - 20:06
We need to add something to the xineLib.cpp after:
if ((!xine_open(stream, eEnv::resolve("${sysconfdir}/tuxbox/logo.mvi").c_str())) || (!xine_play(stream, 0, 0))) { return; }It only starts when enigma is booting, but we need it when the radio is on. I didn't come up with the condition yet. Maybe you'll do it?
It's easy
if (m_streamtype == 1) { if ((!xine_open(stream, eEnv::resolve("${datarootdir}/enigma2/radio.mvi").c_str())) || (!xine_play(stream, 0, 0))) { return; } }
add this lines to xineLib.cpp and check it
0 members, 7 guests, 0 anonymous users