You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Support start-time and stop-time extension in playlist. This allows users to build more complex playlists. For my case, to inject loops into videogame music using https://github.com/arkrow/PyMusicLooper
start-time describes a time where the item should start.
stop-time describes a time where the item should stop once it has been reached.
Both use seconds as unit and a floating point number can be used to specify fractions of a second (ie: 6.5s = 6seconds + 500milliseconds).
Description
Support
start-time
andstop-time
extension in playlist. This allows users to build more complex playlists. For my case, to inject loops into videogame music using https://github.com/arkrow/PyMusicLooperstart-time
describes a time where the item should start.stop-time
describes a time where the item should stop once it has been reached.Not leaning towards m3u or xspf. Could be either.
m3u sample:
xpsf sample:
xref:
Which feature or functionality are you missing in Audacious?
What makes it beneficial for users?
Additional information
Willing to do a PR if maintainers willing to accept.
The text was updated successfully, but these errors were encountered: