Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support M3U files #897

Open
Tracked by #678
antoinepirlot opened this issue Sep 11, 2024 · 0 comments
Open
Tracked by #678

Support M3U files #897

antoinepirlot opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
feature New feature
Milestone

Comments

@antoinepirlot
Copy link
Owner

antoinepirlot commented Sep 11, 2024

Here's an example of m3u file:
#EXTM3U #EXTINF:222,A. R. Rahman & The PussycatDolls - Jai Ho! (You Are My Destiny) (avec Nicole Scherzinger) #EXTVLCOPT:recursive=collapse file:///F:/OneDrive%20-%20UCL/Musique/iTunes/iTunes%20Media/Music/A.%20R.%20Rahman%20%26%20The%20PussycatDolls/Jai%20Ho%21%20%28You%20Are%20My%20Destiny%29/01%20Jai%20Ho%21%20%28You%20Are%20My%20Destiny%29%20%28ave.mp3

Here's an example for m3u8:
#EXTM3U #EXTINF:202,5 Seconds of Summer - She Looks So Perfect #EXTVLCOPT:recursive=collapse iTunes/iTunes%20Media/Music/5%20Seconds%20of%20Summer/Unknown%20Album/She%20Looks%20So%20Perfect.mp3

the path begins with : file:///path/to/file.extension for m3u and begins in Music/ folder for m3u8: iTunes/iTunes%20Media/Music/5%20Seconds%20of%20Summer/Unknown%20Album/She%20Looks%20So%20Perfect.mp3

At first time, just check for path.

@antoinepirlot antoinepirlot added this to the v2.3.0 milestone Sep 11, 2024
@antoinepirlot antoinepirlot self-assigned this Sep 11, 2024
@antoinepirlot antoinepirlot modified the milestones: v2.3.0, v2.4.0 Sep 11, 2024
@antoinepirlot antoinepirlot added the feature New feature label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
Status: Paused
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant