Skip to content

Commit

Permalink
[conf] library.write_rating
Browse files Browse the repository at this point in the history
  • Loading branch information
whatdoineed2do/Ray committed Dec 12, 2023
1 parent 50d27d8 commit bf91178
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions owntone.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ library {
# new rating = 0.75 * stable rating + 0.25 * rolling rating)
# rating_updates = false

# Enable automatic write rating to media
# If enabled, rating updates within the libray/server will be reflected on
# the library source/underlying media if library source supports (ie local
# media)
# write_rating = false

# Allows creating, deleting and modifying m3u playlists in the library directories.
# Only supported by the player web interface and some mpd clients
# Defaults to being disabled.
Expand Down
1 change: 1 addition & 0 deletions src/conffile.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ static cfg_opt_t sec_library[] =
CFG_INT("pipe_sample_rate", 44100, CFGF_NONE),
CFG_INT("pipe_bits_per_sample", 16, CFGF_NONE),
CFG_BOOL("rating_updates", cfg_false, CFGF_NONE),
CFG_BOOL("write_rating", cfg_false, CFGF_NONE),
CFG_BOOL("allow_modifying_stored_playlists", cfg_false, CFGF_NONE),
CFG_STR("default_playlist_directory", NULL, CFGF_NONE),
CFG_BOOL("clear_queue_on_stop_disable", cfg_false, CFGF_NONE),
Expand Down

0 comments on commit bf91178

Please sign in to comment.