Wobuzz m3u Format Extension (WOBUZZM3U, .wbz.m3u)
The WOBUZZM3U file format is used by the Wobuzz audio player. It works similar to EXTM3U, it adds data to an .m3u playlist using comments. This way, the playlists should be still importable by any other audio player that supports the M3U format.
Parameters
Parameter | Description | Example |
---|---|---|
#WOBUZZM3U |
Header | #WOBUZZM3U
|
#TRACK_TITLE: <title> |
Sets the title for the following Track. | #TRACK_TITLE: Time Lapse
|
#TRACK_ARTIST: <artist> |
Sets the artist for the following Track. | #TRACK_ARTIST: TheFatRat
|
#TRACK_ALBUM: <album> |
Sets the album for the following Track. | #TRACK_ALBUM: Time Lapse
|
#TRACK_GENRE: <genre> |
Sets the genre for the following Track. | #TRACK_GENRE: Electro House
|
Please note that every parameter name has to consist of only uppercase letters and after a separator like a semicolon (;
) or a comma (,
) always has to follow a space.
Header (#WOBUZZM3U
)
- The format's header looks like this:
#WOBUZZM3U
- Currently, (Wobuzz version 0.1a2) Wobuzz has no problem with having a playlist in its library which has no WOBUZZM3U-header, but using a header is recommended to be able to identify a WOBUZZM3U faster.
Track Metadata Specifiers
- Track metadata specifiers can specify track metadata like title, artist and album for the track defined in the next line that is not a WOBUZZM3U-parameter. Metadata specifiers make a playlist load way faster. If not all metadata is set for a track, Wobuzz will try to get it from the audio file. If a track doesn't have a specific tag, for example, the track has no album, just specify a blank text because reading metadata from the audio file takes more time. An empty specifier would look like this:
#TRACK_ALBUM:
- (Don't forget the space at the end.)
- Example of a completely specified track:
#TRACK_TITLE: Time Lapse #TRACK_ARTIST: TheFatRat #TRACK_ALBUM: #TRACK_GENRE: Electro House /home/user/Music/TheFatRat - Time Lapse.mp3