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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Script that takes an .m3u playlist and converts copies its files to a folder, re
4
4
# Background
5
5
Script:
6
6
The script is written in PYTHON.
7
+
NOTE: I have a compiled version at hand for Win10 x64. So if you wouldn't like to install python, let me know and I'll share the .exe
7
8
DFplayer Mini:
8
9
DFplayer Mini mp3 player module needs a certain file and folder format on its SD-Card in order to be able to correctly index and read files.
9
10
Format is Foldername 01, 02 ... 99
@@ -18,7 +19,7 @@ To mitigate manual renaming, this script has been developed.
18
19
19
20
# How to use the script
20
21
1. Place the script in the folder you'd like the script's output to appear in, e.g. "Music/DFplayerFiles"
21
-
2. Run the script once. It will create two folders "PlayListsM3U", "SDcardFolders" and end with an error message that it didn't find any files to modify.
22
+
2. Run the script once. It will create the input folder "PlayListsM3U"and end with an error message that it didn't find any files to modify.
22
23
3. Create playlists with the songs you'd like to listen to on DFplayer mini and place them in "PlayListsM3U". It makes sense to name them with the corresponding folder name, e.g. "01 - Audiobook Story Of My life"
23
24
4. Re-run the script.
24
25
5. Find the output folder structure in "SDcardFolders" ;)
0 commit comments