spl0k / supysonic

Supysonic is a Python implementation of the Subsonic server API.
https://supysonic.readthedocs.io
GNU Affero General Public License v3.0
260 stars 57 forks source link

Support setting basic metadata in transcoded media #171

Closed pR0Ps closed 4 years ago

pR0Ps commented 4 years ago

I didn't change the transcode settings in config.sample to ones that add metadata but can if you think that adding the metadata is a reasonable default.

Other small fixes:

Fixes #170

codecov-io commented 4 years ago

Codecov Report

Merging #171 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   90.45%   90.45%           
=======================================
  Files          33       33           
  Lines        3039     3039           
=======================================
  Hits         2749     2749           
  Misses        290      290
Impacted Files Coverage Δ
supysonic/api/media.py 93.66% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f94089...2f9fa0d. Read the comment docs.