← Back to team overview

zeya team mailing list archive

zeya bug?

 

All,

Hi first off I want to thank you for zeya.  It is a pretty awesome streamer
(replacing gnump3d).

This is what I am seeing, not sure if it is by design or a bug.

I have my music setup into two different dirs the first is my itunes
directory and the second is new music I haven't added to itunes yet.  I have
both of these dirs symlinked under /var/music (that is how gnump3d was
setup).

ls -al /var/music

 Library -> /really/long/path/iTunes Music/
 Downloads -> /diff/long/path/downloads/

If I try to start zeya with just /var/music it starts but finds 0 tracks.
   root@blazin:/var/music# /usr/bin/zeya --path=/var/music --port=8888
--basic_auth_file=/etc/lighttpd/.basic
   Using 'dir' backend.
   Scanning for music in '/var/music'...
   Loading library...
   WARNING: no tracks were found. Check that you've specified the right
backend/path.
   Using Basic Auth Handler...
   Listening on port 8888

If i start zeya with /var/music/Library or /var/music/Downloads  it works
fine.  So my bug I guess is that zeya can't see into two symlinked
directories under the --path directory.

A small feature request while I have your ear.  Could the "Title Artist
Album" bar be anchored underneath the play pause buttons so it doesn't
disappear after scrolling down?  I poked around the code and see it is being
generated when render_collection is run and I don't know enough to hack it
to stay
in place.  ( I was hoping it was something I could change in html file).

Thanks for your time.
Jason

Follow ups