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: code/mmc4w_help.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,8 @@
1
-
<!doctype html>
2
-
<htmlmarkdown="1">
3
-
<bodymarkdown="1">
4
1
# MMC4W - Minimal MPD Client for Windows
5
2
6
-
This help file was updated for the v2.1.0 release. As of v2.0.8 the same Python code runs in Linux without needing any tweaks.
3
+
This help file was updated for the v24.11.1 release. As of v2.0.8 the same Python code runs in Linux without needing any tweaks.
7
4
8
-
I recommend reading the **First Run Process** section below before installing.
5
+
I recommend reading the **First Run Process** section below before installing. Of course, that assumes you're reading this on Github before you downloaded and installed MMC4W.
9
6
10
7
# Putting the Music First
11
8
@@ -64,6 +61,7 @@ The interface contains the basic required buttons to control a MPD server:
64
61
-**Find and Play** : Opens a window displaying the songs in the queue. See below for more detail.
65
62
-**Toggle PL Build Mode** : Sets PL Build Mode. Easily add or delete songs from saved playlists.
66
63
-**Launch Browser Player** : If a streaming HTTP output is enabled on the server, opens your browser there.
64
+
-**Write Queue to .m3u File** : Write current queue to a local .m3u file. Artist/Album/Track is the basic format.
67
65
68
66
69
67
### The 'Help' menu contains:
@@ -228,6 +226,8 @@ You load playlists into the queue and then MPD plays that queue using the settin
228
226
229
227
**MMC4W** will create a special playlist called "Everything" that contains all the songs in your library. That option is found in the **'Lists'** Menu.
230
228
229
+
If you want to get a playlist out of the MPD server and onto your local computer, look in the Queue menu for the option to save the queue to a .m3u file. The saved file will have an Artist/Album/Track format. Note that this has only been tested with a curated library of songs with complete metadata. If the library on the server is missing some metadata, it's a good bet it will have a unwanted effect.
230
+
231
231
### You can manipulate playlists in these ways:
232
232
233
233
- Load a playlist into the queue. **Lists Menu** - Select a Playlist.
@@ -236,6 +236,7 @@ You load playlists into the queue and then MPD plays that queue using the settin
236
236
- Create a new empty playlist. **Lists Menu** - Create New Saved Playlist.
237
237
- Delete a playlist. **Lists Menu** - Remove Saved Playlist.
238
238
- Add or remove the currently playing song to any saved playlist. **Queue Menu** - Toggle PL Build Mode.
239
+
-**NEW** Save the current queue to a local .m3u playlist file.
239
240
240
241
## Adding and Removing Songs in a Saved Playlist:
241
242
@@ -256,7 +257,7 @@ You can move and resize that window to suit your tastes. When you exit PLBuild
256
257
257
258
**NOTE:** If you press **Quit** while in PLBuild Mode, **MMC4W** first turns PLBuild Mode off, then exits.
258
259
259
-
**That's it.**
260
+
**It's just that easy.**
260
261
261
262
#### Deleting a song from the current saved playlist is just as easy:
262
263
@@ -400,7 +401,7 @@ With the exception of the serverlist, all of these entries are filled in by the
400
401
401
402
### Minutia
402
403
403
-
MMC4W was developed and tested in Windows 10. As of v2.0.6, the same Python code will run on Linux. So far it's only tested on Ubuntu. **MPD** is running on three different Debian-type computers here, one i7 Ubuntu, one i3 Ubuntu and one Raspberry Pi. My music library is made up exclusively of FLAC files. I rip my CD's (remember those?) using [Music Bee](https://getmusicbee.com/). I create a 'folder.jpg' file (I'll probably switch to 'cover.png') for each album and embed the art in the songs using **[MP3TAG](https://www.mp3tag.de/en/)** or **Music Bee** depending on the circumstances.
404
+
MMC4W was developed and tested in Windows 10 and 11. As of v2.0.6, the same Python code will run on Linux. So far it's only tested on Ubuntu. **MPD** is running on three different Debian-type computers here, one i7 Ubuntu, one i3 Ubuntu and one Raspberry Pi. My music library is made up exclusively of FLAC files. I rip my CD's (remember those?) using [Music Bee](https://getmusicbee.com/). I create a 'folder.jpg' file (I'll probably switch to 'cover.png') for each album and embed the art in the songs using **[MP3TAG](https://www.mp3tag.de/en/)** or **Music Bee** depending on the circumstances.
404
405
405
406
I hope you enjoy using this as much as I do.<br><br>
406
407
@@ -409,5 +410,4 @@ I hope you enjoy using this as much as I do.<br><br>
409
410
**Thanks** to [kaliko](https://gitlab.com/kaliko) for the [python-musicpd](https://gitlab.com/kaliko/python-musicpd) library!
410
411
And of course none of this would be possible without the excellent contribution of [MPD](https://github.com/MusicPlayerDaemon) by Max Kellermann. **Thanks!!**
0 commit comments