Skip to content

Commit

Permalink
Upd: enable more tags by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Aug 3, 2023
1 parent b85f542 commit 906cee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compile_time.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ extern struct t_mympd_queue *mympd_script_queue;
#define PARTITION_MPD_STREAM_PORT 8000

//default mpd state settings
#define MYMPD_MPD_TAG_LIST "Album,AlbumArtist,Artist,Disc,Genre,Name,Title,Track"
#define MYMPD_MPD_TAG_LIST "Album,AlbumArtist,Artist,Disc,Genre,Name,Title,Track,Name,Date,OriginalDate,"\
"MUSICBRAINZ_ALBUMID,MUSICBRAINZ_ALBUMARTISTID,MUSICBRAINZ_ARTISTID,MUSICBRAINZ_RELEASETRACKID,MUSICBRAINZ_TRACKID"
#define MYMPD_MPD_KEEPALIVE true
#define MYMPD_MPD_TIMEOUT_SEC 30 //seconds
#define MYMPD_MPD_TIMEOUT MYMPD_MPD_TIMEOUT_SEC * 1000 //milliseconds
Expand Down

0 comments on commit 906cee7

Please sign in to comment.