![]() |
Re: Panucci Podcast and Audiobook Player
Quote:
https://github.com/xerxes2/panucci/c...8ee43dd5e6cad6 So resuming with multiple playlists should work fine again. |
Re: Panucci Podcast and Audiobook Player
Quote:
https://github.com/xerxes2/panucci/c...39c7813acb56b8 |
Re: Panucci Podcast and Audiobook Player
Ok I've made some updates to Panucci that need some testing. Outside of improvements and bug fixes in the core there are some new features that might be usable:
* seeking is now possible all the time a file is loaded. both with buttons and progress bar * play/pause on cover art * automatic resuming of last played file on multiple playlists (persistent) * automatic resuming of all files in the current playlist (optional, non persistent) * resuming from gpodder with multiple files * FM transmitter in menu If you want to test it just grab the source from git ( https://github.com/xerxes2/panucci ) and replace the python files in /opt/panucci . Also it would be nice if someone tested this on meego too, just run "make install" as root should be enough. The deps you can probably just grab with zypper, running "panucci --qt" in a terminal should show you what you're missing. If not anything blows up 0.99.2 will soon be released. |
Re: Panucci Podcast and Audiobook Player
Ok new package is up, please test and report any problems you find, TIA.
|
Re: Panucci Podcast and Audiobook Player
1 Attachment(s)
Ok I got some help by thp to get started on a qml ui for Panucci. Only the player window done so far, will take a few weeks to get it done.
Edit: Forgot to say that you run it with the --qml switch. |
Re: Panucci Podcast and Audiobook Player
Quote:
http://doc.qt.nokia.com/qtmobility-1...ultimedia.html This could reduce the direct library dependencies and make the app logic even simpler. |
Re: Panucci Podcast and Audiobook Player
It can't be much simpler than gstreamer. The whole gstreamer code in Panucci is one file in 129 lines. I cleaned up the backend a while ago and it is modular so it's easy to add support for more media frameworks if you want. Only gstreamer is supported now though and I don't plan on adding more myself, at least not right now.
|
Re: Panucci Podcast and Audiobook Player
Quote:
Code:
import QtMultimediaKit 1.0 |
Re: Panucci Podcast and Audiobook Player
Hehe, well, it's not that many lines in Gstreamer either, and a playbin element plays videos too.
Code:
import gst |
Re: Panucci Podcast and Audiobook Player
5 Attachment(s)
Ok another update. I've been coding on the qml ui a few hours a day and it should be feature complete now. I just went through it and tested all features and took a few scrots. Also, I wouldn't have managed to learn qml in a few days, more like a few months, without the help from thp and his awesome tutorials at the qt docs. Lots of small tricks you'll have to learn to "communicate" with qml. Not that difficult once you learn it though. Before you test it i can already say that the qml ui blows the others out of the pond. :D QML is pure awesome on tablets, even though I don't have one I can just feel it. Haven't started on making it pretty yet, have fun with it.
|
| All times are GMT. The time now is 07:31. |
vBulletin® Version 3.8.8