PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : AutoBouquetsMaker Plugin for HDMU?



rallymoose
17.07.2013, 19:05
Hi.
I have looked around for a easy way to add own providers to the fast-scan plugin (as i live in Sweden and has no use of those providers that are alredy in the list, as i dont live in the neatherlands)...
After much searching for a plugin that would be relativly easy to use and modify i found this one named: AutoBouquetsMaker
It apperently does the same things as the Fast Scan, but allows you to add new providers easily (as it uses xml files)...
I have tried some binary versions of this plugin, that i have found, but they did not work...

A forum post about ii is at:
http://www.digital-kaos.co.uk/forums/f216/oe-alliance-autobouquetsmaker-309238/

and there i can read "... it is Open Source for others to use and adapt as needed providing that the source credits are not removed, edited or otherwise tempered with."
So it is free to modify it to work on HDMU images as well...

Sorce code for plug-in is here:
https://github.com/oe-alliance/oe-alliance-plugins/tree/master/AutoBouquetsMaker

So would someone please make this plug-in compatible with HDMU... or to use the right words... compile it for use with HDMU based images... Please ;)

(By the way, i tried to make this post once before i registered (and that was in the English section, but that post just wouldn't appear, (said something about moderator... i'm not good at Deutsch...) and when i registered i couldn't see the English section at all any more)... so i just hope that i post this right...

suchmich1983
17.07.2013, 19:19
Seems that you tried to post the first thread as a "guest" and not as registered User.

But no problem, I´ve deleted one post and thisone is main now!

morly
18.07.2013, 09:56
Did you try the following version:

enigma2-plugin-systemplugins-autobouquet smaker_1.1.r0_all.ipk

rallymoose
20.07.2013, 15:09
Did you try the following version:

enigma2-plugin-systemplugins-autobouquet smaker_1.1.r0_all.ipk

Do you have a link for that one?
The one i tried was named: enigma2-plugin-systemplugins-autobouquetsmaker_1.1.r0_all.ipk but that could have been another version...
does your uninstall correctly? if i uninstall mine, the folder is still there when i ftp into it and the box is complaining about a missing file for the plugin... if i install it (telnet) it complains about a missing line in dvbapi.c (i belive it was that file)...

rallymoose
29.07.2013, 21:04
Do you have a link for that one?
The one i tried was named: enigma2-plugin-systemplugins-autobouquetsmaker_1.1.r0_all.ipk but that could have been another version...
does your uninstall correctly? if i uninstall mine, the folder is still there when i ftp into it and the box is complaining about a missing file for the plugin... if i install it (telnet) it complains about a missing line in dvbapi.c (i belive it was that file)...

dvbreader.so was what the name of the file was...

Picture of the error is here... (this is when running PKT based, but it is the exact same error on the HDMU one...
4718

bonkel
29.07.2013, 21:17
.so files are compiled files....so if you use a .so file compiled for mips, it doesnt work for sh4 cpu...you need the source to compile it for sh4

rallymoose
30.07.2013, 11:56
.so files are compiled files....so if you use a .so file compiled for mips, it doesnt work for sh4 cpu...you need the source to compile it for sh4

The source is at: https://github.com/oe-alliance/oe-alliance-plugins/tree/master/AutoBouquetsMaker as i wrote in the first post....
The dvbreader file can be found in the lib folder...

I have not got the knowledge to put up a full linux system to compile it myself, so could i ask you to do it?

bonkel
30.07.2013, 13:35
https://www.dropbox.com/s/ufsryr8i5g4xfw7/dvbreader.so

rallymoose
30.07.2013, 14:20
https://www.dropbox.com/s/ufsryr8i5g4xfw7/dvbreader.so

Thanks a millon ;)
Finally the plugin starts without error....
Now i will have some work to do myself to get it to work the way i want (Nordic providers) but that i should be able to get going...
I will be back with progress on that part...

Would it be possible to have a ipk of the whole plugin for those who does not know how tio manually install this?

Thanks once more :)