You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
281 B
17 lines
281 B
7 months ago
|
#EXTM3U
|
||
|
|
||
|
#EXTINF:123, Sample artist - Sample title
|
||
|
001.mp3
|
||
|
|
||
|
#EXTINF:321,Example Artist - Example title
|
||
|
../Music/002.mp3
|
||
|
|
||
|
#EXTINF:321,Example Artist - Example title
|
||
|
003.mp3
|
||
|
|
||
|
#Example to test windows style file path
|
||
|
..\Music\004.mp3
|
||
|
|
||
|
#Example to test case-sensitive
|
||
|
../music/005.mp3
|