Age | Commit message (Collapse) | Author |
|
|
|
(Reported by Marco Skambracks)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Query CDDA track count before starting playback
|
|
|
|
|
|
This makes it possible to query playlist size without opening the
input plugin and without interfering the playback.
|
|
does not work
|
|
|
|
|
|
(Thanks to Rolf Ahrenberg)
|
|
(workaround for buggy menu domain detection)
|
|
music file
|
|
cXinelibPLayer::Playing() as those two are always used together
|
|
Changed semantics:
- initial state is no errors (was not replaying)
- clear error state when replay is stopped (was -> not replaying)
-> Replaying() returns true when playback has not yet been started or playback has ended
|
|
|
|
if replay has been ended
|
|
|
|
(Patch from Petri Helin)
|
|
Start ID3Scanner when new files are queued to the playlist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable track selection via numeric keys for audio files: "1" selects the first song in the playlist, "12" the 12th.
Works only when playlist is not shown.
|
|
|
|
|
|
|
|
|
|
Now it does not end the replay but returns to the previous directory.
|
|
|
|
|
|
|
|
|
|
entry if it has been playing more than three seconds. Otherwise a previous
one is selected.
|
|
(Patch from Petri Helin)
|
|
Add external subtitle file directly to mrl
|
|
|
|
|
|
|
|
Fixed kNext/kPrev status message generation (Patch from Petri Helin)
Some code cleanup
Added MsgReplaying function
|
|
(Patch from Petri Helin)
|