devsnd / cherrymusic

Stream your own music collection to all your devices! The easy to use free and open-source music streaming server.
http://www.fomori.org/cherrymusic
GNU General Public License v3.0
1.03k stars 187 forks source link

not seeing wav files #687

Closed rcrath closed 7 years ago

rcrath commented 7 years ago

Hi, Fresh install. probably some misunderstanding on my part, but I am not seeing any of my wav files, though I can see them in the regular file manager, so I know they are there. When I browse a folder with wav files in it, it says

No playable media files here.

and the -info flag show wav as installed.

# cherrymusic --info
CherryMusic Server 0.40.0

CherryPy: 11.0.0
Python: CPython 3.6.2
Platform: Linux-4.9.40-1-MANJARO-x86_64-with-glibc2.3.4

configuration dir:
    /home/rich/.config/cherrymusic
server data dir:
    /home/rich/.local/share/cherrymusic
static resources dir:
    /usr/share/cherrymusic/
server package dir:
    /usr/lib/python3.6/site-packages/cherrymusicserver
process working dir:
    /home/rich

locale: ('en_US', 'UTF-8'), default: ('en_US', 'UTF-8')
filesystem encoding: utf-8

Available Decoders:
    mp3 (mpg123)
    mp3 (ffmpeg)
    wma (ffmpeg)
    ogg (ffmpeg)
    oga (ffmpeg)
    flac (flac)
    aac (faad)
    m4a (ffmpeg)
    m4a (faad)
    wav (cat)
Available Encoders:
    mp3 (lame)
    aac (faac)
    m4a (faac)
    flac (flac)
    wav (cat)

(Do not parse this output.)
devsnd commented 7 years ago

Hey rich, die you enable transcoding in your config file?

On Aug 21, 2017 12:36, "Rich Rath" notifications@github.com wrote:

Hi, Fresh install. probably some misunderstanding on my part, but I am not seeing any of my wav files, though I can see them in the regular file manager, so I know they are there. When I browse a folder with wav files in it, it says

No playable media files here.

and the -info flag show wav as installed.

cherrymusic --info

CherryMusic Server 0.40.0

CherryPy: 11.0.0 Python: CPython 3.6.2 Platform: Linux-4.9.40-1-MANJARO-x86_64-with-glibc2.3.4

configuration dir: /home/rich/.config/cherrymusic server data dir: /home/rich/.local/share/cherrymusic static resources dir: /usr/share/cherrymusic/ server package dir: /usr/lib/python3.6/site-packages/cherrymusicserver process working dir: /home/rich

locale: ('en_US', 'UTF-8'), default: ('en_US', 'UTF-8') filesystem encoding: utf-8

Available Decoders: mp3 (mpg123) mp3 (ffmpeg) wma (ffmpeg) ogg (ffmpeg) oga (ffmpeg) flac (flac) aac (faad) m4a (ffmpeg) m4a (faad) wav (cat) Available Encoders: mp3 (lame) aac (faac) m4a (faac) flac (flac) wav (cat)

(Do not parse this output.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/devsnd/cherrymusic/issues/687, or mute the thread https://github.com/notifications/unsubscribe-auth/AB45emrWc_PcRfHTE-5uCSN7DPTkBgIBks5saV2fgaJpZM4O9LEl .

rcrath commented 7 years ago

That fixed it. I was hoping it would play without transcoding. thanks.

devsnd commented 7 years ago

Theoretically wav could be played without transcoding, bit its bandwidth requirements are so high that I dismissed wav streaming altogether (I would have gotten many bug reports about track load times etc etc)

On Aug 22, 2017 12:11 AM, "Rich Rath" notifications@github.com wrote:

Closed #687 https://github.com/devsnd/cherrymusic/issues/687.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/devsnd/cherrymusic/issues/687#event-1214920043, or mute the thread https://github.com/notifications/unsubscribe-auth/AB45eoE2-v9u9AXy54goFikT_BZ3u_edks5sagCngaJpZM4O9LEl .