See #272: added transcoding settings in UI
This commit is contained in:
parent
daf2e4b863
commit
ac4bba816d
2 changed files with 12 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ class MusicCacheDuration(types.IntPreference):
|
|||
default = 60 * 24 * 7
|
||||
verbose_name = "Transcoding cache duration"
|
||||
help_text = (
|
||||
"How much minutes do you want to keep a copy of transcoded tracks"
|
||||
"locally? Transcoded files that were not listened in this interval "
|
||||
"will be erased and retranscoded from the remote on the next listening."
|
||||
"How much minutes do you want to keep a copy of transcoded tracks "
|
||||
"on the server? Transcoded files that were not listened in this interval "
|
||||
"will be erased and retranscoded on the next listening."
|
||||
)
|
||||
field_kwargs = {"required": False}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue