PDA

View Full Version : [GiGaBlue QUAD] eServiceRef for MP3 incorrect?



Toine
15-01-14, 11:54
It seems that eServiceReference for mp3 files contains an incorrect type value: 4116 (it should be 4097 I think)

While playing around with YAMP i noticed it wouldnt play MP3 unless I added them via a playlist.
Looking at the source code it was obvious that when it is added using a playlist it uses a hardcoded serviceType(?) of 4097 value when creating the eServiceReference.
But when I add it as a file it gets the eServiceReference from the file itself, using FileList.getServiceRef() (standard enigma FileList class, sorry I am new to python and not sure about the correct terminology)
I can see from the resulting e2pls playlist (generated by yamp) that the type is 4116 instead of 4097.
When I add a .flac file everything works fine (eServiceReference type is 4097)

Any idea what is wrong here?

I am using a GBQuad, VIX 3.0 build 808
Yamp v.2.6.5 31884