Superb quality and spec AB-Com PULSe 4K SE only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[SF8008] Open ViX Downloads Before v6.2 - Any Links?

DixieRay

New member
Joined
Oct 9, 2011
Messages
86
Reaction score
0
Points
0
Hi,

Is it possible to download the Open ViX image files for an Octagon SF8008 for versions before v6.2?
I checked the usual download site and all the images are 6.2 versions. The archive page is empty, no links.

Would anyone please be able to provide a link to the image versions before 6.2 for an Octagon SF8008?

Thx
 
They've all gone now as far as I know. Even if you found an old image there would be no feeds for it.
 
Hi,

Is it possible to download the Open ViX image files for an Octagon SF8008 for versions before v6.2?
I checked the usual download site and all the images are 6.2 versions. The archive page is empty, no links.

Would anyone please be able to provide a link to the image versions before 6.2 for an Octagon SF8008?

Thx

i know it's no help, but why?? sf8008 works well with latest images. (for my sins I have one)
 
i know it's no help, but why?? sf8008 works well with latest images. (for my sins I have one)

The simple answer is that some plugins don't work with python3. I'm still on 5.4 on my Solo2 for this reason.
 
The simple answer is that some plugins don't work with python3. I'm still on 5.4 on my Solo2 for this reason.

Name them and maybe it can be resolved. ….. and even OpenPli have announced today a freeze on python 2 and a move to python 3 image
 
Name them and maybe it can be resolved. ….. and even OpenPli have announced today a freeze on python 2 and a move to python 3 image

The main one is a c Line downloader so not sure I can name it here. But the author is on another forum and has already stated that he has no knowledge of python3 but is happy for someone else to take the job on.
 
I am in the same position. Have reinstalled 5.4.0.16 for these plugins
mp3Browser
webradioFS

Lucky enough I have the image on an USB Stick and the ipq files of these plugins with me.

The developer of the mp3Brower does not exist anymore and the developer of webradioFS does not see a benefit converting and maintaining two plugins.
nekrub2
 
I am in the same position. Have reinstalled 5.4.0.16 for these plugins
mp3Browser
webradioFS

Lucky enough I have the image on an USB Stick and the ipq files of these plugins with me.

The developer of the mp3Brower does not exist anymore and the developer of webradioFS does not see a benefit converting and maintaining two plugins.
nekrub2

So mp3Browser - I have disassembled to python, converted (very quickly) to python 3 and run on latest ViX - its a hacked about version but runs on a few tests of mine.
I have to say that this is not the best code I ahve ever seen but obviously does it for you on python 2.
Can you try it?? no promises but finds my mp3 files , and plays.

So python 3 image copy attached plugin.py to /usr/lib/enigma2/python/Plugins/Extensions/MP3Browser (and copy over all the existing files from python2 directory). Then reboot.

If I have time next few days will look at the other plugin, but will probably take a bit longer.

P.S. you need to Telnet to the box and enter :- opkg install python3-mutagen
 

Attachments

Last edited:
Thanks Twol for investing your time.
I think I did not exactly do what you expected. I saved the old image and flashed the new one 6.2.009. Now I had no more the subdirectory MP3Browser. So I thought I could just load the old ipk. But I got the error message calculate_dependencies_for: Cannot satisfy the following dependencies... python-mutagen

What did I do wrong?

nekrub2
 
Thanks Twol for investing your time.
I think I did not exactly do what you expected. I saved the old image and flashed the new one 6.2.009. Now I had no more the subdirectory MP3Browser. So I thought I could just load the old ipk. But I got the error message calculate_dependencies_for: Cannot satisfy the following dependencies... python-mutagen

What did I do wrong?

nekrub2

You need to do this….ö
P.S. you need to Telnet to the box and enter :- opkg install python3-mutagen
You should copy the complete folder over from the old image and then copy back replacing the plugin with the attachment……plus the opkg install.
You could try the opkg install and then the .ipk but have,nt tried that
 
Hi Twol
I did this
reinstall 5.4.016

copy /usr/lib/enigma2/python/Plugins/Extensions/MP3Browser to laptop through Filezilla

Installing new image

vusolo2 login: root
Password:
root@vusolo2:~# opkg install python3-mutagen
Installing python3-mutagen (1.44.0) on root.
Downloading http://www.openvix.co.uk/feeds/open...ps32el/python3-mutagen_1.44.0-r0_mips32el.ipk.
Configuring python3-mutagen.
root@vusolo2:~#

copy MP3Browser directory back to /usr/lib/enigma2/python/Plugins/Extensions/
copy plugin.py into /usr/lib/enigma2/python/Plugins/Extensions/MP3Browser
There is no old plugin.py to overwrite by a plugin.pyo.

1st try: reboot without removing the old plugin.* files.

plugin MP3Browser

Crash (logfile attached)

2nd try: remove old plugin.* files

after reboot start hangs
hard shut down > power off > wait > power on
start

plugin

plugin MP3Browser

Another crash
Crash: 2nd log saved on laptop
 

Attachments

Hi Twol
I did this
reinstall 5.4.016

copy /usr/lib/enigma2/python/Plugins/Extensions/MP3Browser to laptop through Filezilla

Installing new image

vusolo2 login: root
Password:
root@vusolo2:~# opkg install python3-mutagen
Installing python3-mutagen (1.44.0) on root.
Downloading http://www.openvix.co.uk/feeds/open...ps32el/python3-mutagen_1.44.0-r0_mips32el.ipk.
Configuring python3-mutagen.
root@vusolo2:~#

copy MP3Browser directory back to /usr/lib/enigma2/python/Plugins/Extensions/
copy plugin.py into /usr/lib/enigma2/python/Plugins/Extensions/MP3Browser
There is no old plugin.py to overwrite by a plugin.pyo.

1st try: reboot without removing the old plugin.* files.

plugin MP3Browser

Crash (logfile attached)

2nd try: remove old plugin.* files

after reboot start hangs
hard shut down > power off > wait > power on
start

plugin

plugin MP3Browser

Another crash
Crash: 2nd log saved on laptop

my error, I deleted something and didn't change variable..... see attachment
 

Attachments

The developer of the mp3Brower does not exist anymore and the developer of webradioFS does not see a benefit converting and maintaining two plugins.
Does not need to maintain two plugins. Just make the plugin work in both.
 
Hi Twol

With the new plugin.py I could get into MP3Browser. I see that there are 967 MP3s, the first one with picture and meta data available. With enter this song start playing. And with Guide I see the stored lyrics from the cache files. What I miss is the list of all songs so I can scroll down and select what to play. With "7" I get the list of the artists and can select the artist. The list of the songs however also remains empty. Unfortunately with Openwebif I cannot get a screenshot but only see the current song.

At least now it is working - thank you for this. Is is possible to get the song list back? And how difficult would it be to increase the font and the plugin screen size?

Again, thanks a lot for the time and effort you spend.
nekrub2
 
This is how the list of the 70 Blues songs look like. (screenshot with old digital camera).
 

Attachments

  • MP3Browser_song_list.webp
    MP3Browser_song_list.webp
    23.1 KB · Views: 27
This is how the list of the 70 Blues songs look like. (screenshot with old digital camera).

OK, getting there! Lots of spagetti and lots of try/except code lines that I am having to fix to sort this out.
If you could let me know what the number and coloured remote keys are supposed to do, it would help. They all now seem to work or at least do something!

I have about 2000 tracks from my NAS box in the database and can see them all. Need to sort out posters as it not finding all of them as I think it should.
A few days more at current pace
 
These are the keys
help shows all keys
yellow Youtube Videos never used, would use YouTube plugin
green Wikipedia Wikipedia is no more available on new image, just disable this key
red Switch plugin Style crashes now
blue Show / Hide plugin never used
Info Lyrics / Discorgs Shows / searches lyrics and stores them in the cache
Video Update Database
Text Edit Database (correct meta data info)
Radio Delete Lyrics never used
<--> Go to first letter in list

1 All MP3s
2 Screen Saver on/off
3 Favorites
4 Search Covers (never worked due to google restriction)
5 Shuffle MP3s
6 Folder select
7 Artist select
8 Album select
9 Genre select
0 End of list
 
I just missed some more (basic) keys

up = scroll up one song in the song list
down = scroll down one song in the song list
right = scroll one page down in the song list
left = scroll one page up in the song list
ok = select item (play song)
stop = stop song
exit = exit MP3Browser
 
@nekrub2
Latest update - been quite a saga untaggling all the spaghetti!... issues then post debug log

At some stage will create an ipk
 

Attachments

List in all songs, selected artist and genre look fine, scrolling within also. Show lyrics is fine too. Had however a crash when entering 3 favorites open. Thanks for all your work and looking into the logs.
nekrub2
 

Attachments

OpenViX Feeds Status

Back
Top