|
2011-05-19
, 13:11
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#542
|
I guess if I'm at the end of the playlist and no track is currently playing and I do "Add file", then yes, it would be good to start playing that track immediately.
|
2011-05-31
, 19:20
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#543
|
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
2011-06-06
, 11:16
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#544
|
|
2011-06-12
, 21:20
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#545
|
|
2011-06-13
, 13:34
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#546
|
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.
|
2011-06-13
, 21:17
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#547
|
|
2011-06-14
, 04:47
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#548
|
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.
import QtMultimediaKit 1.0 Audio { source: '/path/to/file.mp3' playing: true }
|
2011-06-14
, 13:24
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#549
|
import gst import gobject gobject.threads_init() player = gst.element_factory_make('playbin2', 'player') player.set_property("uri", "file:///path/to/file.mp3") player.set_state(gst.STATE_PLAYING)
|
2011-06-18
, 23:39
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#550
|
https://github.com/xerxes2/panucci/c...8ee43dd5e6cad6
So resuming with multiple playlists should work fine again.
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).