This may be what you are looking for: Generating large music collection for testing
Search found 3 matches
- June 25th, 2020, 8:44 am
- Forum: Developers' Corner
- Topic: Feature requst: test case for large database
- Replies: 3
- Views: 2627
Re: Feature requst: test case for large database
- June 12th, 2020, 6:41 pm
- Forum: General Discussion
- Topic: Naming playlist entries
- Replies: 4
- Views: 4511
Re: Naming playlist entries
In pls file format you can put a title for each URL and MPD will use it in the `playlistinfo` response. Example file saved as [music_directory]/Radio/BBC.pls: [playlist] File1=http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk Title1=BBC World News Length1=-1 File2=http://bbcmedia.ic.llnwd.net/...
- February 17th, 2014, 2:10 pm
- Forum: Developers' Corner
- Topic: Generating large music collection for testing
- Replies: 0
- Views: 4184
Generating large music collection for testing
Hello, For anyone interested in testing mpd and mpd clients with large music collections I've uploaded to github this utility for generating fake music files . Basic usage: fmf -d /path/to/cddb/dir -o /path/to/music/dir -n number_of_albums It will read random cddb files from /path/to/cddb/dir and cr...