#4723 (closed) is a duplicate seen on the technical level, but describes the desired feature much more from a user perspective, with examples and detailed descriptions. Maybe it can still help developers for evaluation purposes. Thank you for your attention.
Since VLC is now can be a Phonon backend this issue is hurt audio players that use Phonon (for example Amarok). May developers please look into this very old issue?
Hi, is somebody working on fixing this? Is it a planned feature? The ticket has been created 8 years ago. I know it is probably not bothering a lot of users but it is very important feature for others.
It would be really nice if somebody could have a look at this issue after 8 years, and made looping footage/tracks and split movies/continous CDs seamless at last.
Shouldn't this be marked as a "defect" rather than an "enhancement", anyway? There should be no gaps if the user didn't specify such a thing.
I cannot imagine, that it should be so complicated to write a small plugin, that allows gapless playing of a whole CD. This is a feature, everyone would want of a decent multimedia player.
Can someone at least explain where to start, if I would try to implement that myself?
No one care about this, so I implement by myself ugly.
Replying to [comment:10 rubo77]:
I cannot imagine, that it should be so complicated to write a small plugin, that allows gapless playing of a whole CD. This is a feature, everyone would want of a decent multimedia player.
Can someone at least explain where to start, if I would try to implement that myself?
I guess you would not like it.
Firstly I am using tcp socket control interface, by adding "--rc-host=localhost:12345" to my vlc command.
Then I write my own "pause, next, prev" script with "volume control" command in them, and bind the script to keyboard shortcuts. that's it.