Dear friends,
I've built new unofficial images for testing purposes based on OpenPLi.
These images are my work and not in any way supported by the PLi team.
Keep in mind that these images are experimental and I've only tested few of them.
So use them at your own risk.
A special thank you to: Taapat, christohpecvr, mx3L, joeuser and .:MarcinO:. for their help and contributions
So what's new compared to 2016-03 release:
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 7559042..eb1ce4c 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -1493,18 +1493,12 @@ RESULT eServiceMP3::selectTrack(unsigned int i) if (ppos < 0) ppos = 0; } - - int ret = selectAudioStream(i); - if (!ret) + if (validposition) { - if (validposition) - { - /* flush */ - seekTo(ppos); - } + /* flush */ + seekTo(ppos); } - - return ret; + return selectAudioStream(i); } int eServiceMP3::selectAudioStream(int i)
diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 7559042..fd59b62 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -782,14 +782,6 @@ RESULT eServiceMP3::stop() m_state = stStopped; GstStateChangeReturn ret; - GstState state, pending; - /* make sure that last state change was successfull */ - ret = gst_element_get_state(m_gst_playbin, &state, &pending, 5 * GST_SECOND); - eDebug("[eServiceMP3] stop state:%s pending:%s ret:%s", - gst_element_state_get_name(state), - gst_element_state_get_name(pending), - gst_element_state_change_return_get_name(ret)); - ret = gst_element_set_state(m_gst_playbin, GST_STATE_NULL); if (ret != GST_STATE_CHANGE_SUCCESS) eDebug("[eServiceMP3] stop GST_STATE_NULL failure");
- Rewrote Dreambox kernel recipes which should fix certain models not booting.
Hopefully the V2 models are now working again.
- Some more minor things I probably forgot...
Many packages have been changed/updated so don't try to upgrade your existing image as this will most likely cause problems.
Instead flash a clean image.
Please refrain from any (cam/smartcard)-emulation or clone-receiver discussion.
Thanks for testing and be sure to report back your findings.
Note: The feed is still being uploaded, which will take another 7 or 8 hours at this time of writing.
https://mega.nz/#F!7...-ROUuMLeYiSGOGw
Edited by MastaG, 6 April 2016 - 14:24.