Skip to content

Commit

Permalink
Update compile_time.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
ideonaudio authored Mar 21, 2024
1 parent 3018152 commit 33ae9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/compile_time.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ extern struct t_mympd_queue *mympd_script_queue;
#define MPD_PARTITION_ALL "!all!"

//default configuration
#define CFG_MYMPD_USER "mympd"
#define CFG_MYMPD_USER "root"
#define CFG_MYMPD_HTTP true
#define CFG_MYMPD_HTTP_HOST_IPV4 "0.0.0.0"
#define CFG_MYMPD_HTTP_HOST_IPV6 "[::]"
#define CFG_MYMPD_HTTP_PORT 80
#define CFG_MYMPD_SSL true
#define CFG_MYMPD_SSL false
#define CFG_MYMPD_SSL_PORT 443
#define CFG_MYMPD_SSL_SAN ""
#define CFG_MYMPD_CUSTOM_CERT false
Expand Down Expand Up @@ -154,13 +154,13 @@ extern struct t_mympd_queue *mympd_script_queue;
#define MYMPD_JUKEBOX_IGNORE_HATED false
#define MYMPD_JUKEBOX_MIN_SONG_DURATION 0
#define MYMPD_JUKEBOX_MAX_SONG_DURATION 0
#define MYMPD_COVERIMAGE_NAMES "cover,folder"
#define MYMPD_COVERIMAGE_NAMES "cover,folder,front,Folder,Cover,Front"
#define MYMPD_THUMBNAIL_NAMES "cover-sm,folder-sm"
#define MYMPD_TAG_LIST_SEARCH "Album,AlbumArtist,Artist,Genre,Title"
#define MYMPD_TAG_LIST_BROWSE "Album,AlbumArtist,Artist,Genre"
#define MYMPD_SMARTPLS_GENERATE_TAG_LIST ""
#define MYMPD_LAST_PLAYED_COUNT 2000
#define MYMPD_SMARTPLS true
#define MYMPD_SMARTPLS false
#define MYMPD_SMARTPLS_SORT ""
#define MYMPD_SMARTPLS_PREFIX "myMPDsmart"
#define MYMPD_SMARTPLS_MAX_ENTRIES_DEFAULT 200
Expand Down

0 comments on commit 33ae9ce

Please sign in to comment.