illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Asset UPnP for Raspberry pi

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts

  • Foxman50
    replied
    Re: Asset UPnP for Raspberry pi

    Reboot of NAS sorted it

    Leave a comment:


  • Foxman50
    replied
    Re: Asset UPnP for Raspberry pi

    Originally posted by Spoon
    The web configuration page will show the status of the scanning, it should show a file count whilst scanning.

    If you enable the debug log it should show scanning issues.
    Ok got pi yesterday, have asset installed and working. However im not sure its accessing my nas correctly. Should it show file count while scanning on the latest version as per above post. Mine constantly has "Scanning Library...Counting Audio Tracks" but never changes. Ive enabled logging but both logs are blank if i open them.

    Leave a comment:


  • Spoon
    replied
    Re: Asset UPnP for Raspberry pi

    I think are hitting the limit of the Pi, it is the CPU which is the limiting.

    When you say play the playlist, you mean list the playlist in the control point?

    Leave a comment:


  • munkiroy
    replied
    Re: Asset UPnP for Raspberry pi

    Hi, I'm experiencing an issue with Asset timing out when trying to play large playlists. Short playlists (around 50 tracks or less) play fine, although they can take 20-30 seconds to load. Larger playlists with hundreds of tracks result in a server timeout after about 60 seconds. I've tried using various clients on various devices, all with the same result. Is there a setting I can tinker with? Cheers.

    Leave a comment:


  • Spoon
    replied
    Re: Asset UPnP for Raspberry pi

    >it is incorrect when viewed by Folder (both in Naim's n-Stream and Foobar2000)

    Would this just use the filename for order? so your tracks would need padding with a zero to maintain the order ie '001' CD Ripper would not write that as 99 tracks are the maximum for the number of tracks on a single CD.

    Leave a comment:


  • Spoon
    replied
    Re: Asset UPnP for Raspberry pi

    Asset on the pc does not have this issue?

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    Ok, just checked with Foobar2000, to verify the conditions - so the track order is correct when the 'Album' is viewed in Album or Album Artist, it is incorrect when viewed by Folder (both in Naim's n-Stream and Foobar2000)

    I have captured the screenshot, so hopefully you can see where the track go 10, 100, 11

    Store your photos and videos online with secure storage from Photobucket. Available on iOS, Android and desktop. Securely backup your memories and sign up today!


    Hope this helps.
    Simon.
    Last edited by simes_pep; December 23, 2013, 10:00 AM.

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    I have it (in dBPowerAmp & mp3tag) and the track is 100/500. There is no disc number for any of the 500 tracks, it is one long compilation. It didn't originate from CD, but was constructed from individual tracks.

    Thanks,
    Simon.
    Last edited by simes_pep; December 23, 2013, 12:35 AM. Reason: Correction

    Leave a comment:


  • Spoon
    replied
    Re: Asset UPnP for Raspberry pi

    You would have to check that the disc number is set correctly for all files.

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    Hi,
    Just noticing something strange - I have a folder with a 100 tracks in it, in fact there are 5 folders for this 500-track Compilation album, however in the first folder containing tracks 1-100, the 100th track is represented and displayed as Track 11, displacing the rest of the tracks by 1, so track 11 is 12, 12 is 13 up to track 99 as 100.
    101-200, 201-300, 301-400, 401-500 are all displayed correctly.
    The Compilation is the Rolling Stone Magazine's Greatest 500 Tracks of All Time, so order is important.

    Is this a bug in Asset?

    Thanks,
    Simon.

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    Originally posted by simes_pep
    Hi, I need some help.

    After successfully get Asset running on a Raspberry Pi, and then went and ran
    sudo apt-get update
    sudo apt-get upgrade
    sudo rpi-update
    to update my Pi (stupid move, in hindsight, should of left it alone)

    Unfortunately now my mount to CIFs share containing the music tracks on my NAS doesn't work.

    I get the following error

    mount error(95): Operation not supported
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

    I have the following in /etc/fstab
    //192.168.1.3/media /home/pi/nas cifs guest,_netdev 0 0

    Asset is running but the /home/pi/nas directory has no entries, so nothing for Asset to access

    Please help - either with corrections to my configuration or undoing the apt-get update, apt-get upgrade and rpi-upgrade processes.

    Thanks,
    Simon.
    The fix is to add sec=ntlm in the fstab entry, so it is now

    //192.168.1.3/media /home/pi/nas cifs guest,_netdev,sec=ntlm 0 0

    The problem (feature?) is introduced in recent kernels, which you get after running the apt-get update/upgrade

    All sorted now. (and the fix associated with my original post in case others have this problem).

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    The fix is to add sec=ntlm in the fstab entry, so it is now

    //192.168.1.3/media /home/pi/nas cifs guest,_netdev,sec=ntlm 0 0

    The problem (feature?) is introduced in recent kernels, which you get after running the apt-get update/upgrade

    All sorted now.

    Leave a comment:


  • simes_pep
    replied
    Re: Asset UPnP for Raspberry pi

    One of the Engineers at work helped me out with this.

    http://unix.stackexchange.com/questions ... -smbclient

    Where someone had an issue with a mount -t command, "one has to add -sec=ntlm option. The problem (feature?) is introduced in recent kernels" which you get when you run the sudo apt-get update & sudo apt-get upgrade commands.

    So the fstab entry needs to be revised to:

    //192.168.1.3/media /home/pi/nas cifs guest,_netdev,sec=ntlm 0 0

    where the ip address/directory is the main directory on your NAS for the music files.

    In Asset you just need to add /home/pi/nas/Music which is the actual sub-directory for the music files.
    Asset is all back and scanning again.

    So if you update your Pi with the latest Kernel and patches and the CIFS mounts stop working, make this change in fstab.

    Enjoy,
    Simon

    Leave a comment:


  • dvdr
    replied
    Re: Asset UPnP for Raspberry pi

    Addendum to my post above:

    The USB HDD I am using is a Western Digital 1TB 2.5" hard drive, that is just USB powered. After 10 minutes of non-usage, it goes to sleep. The RPi was not shut off today, so when I came home, I could immediately browse my music and play some of it. Strangely enough, I discovered, that Asset UPnP did again start to re-index or at least check the music-folder for changes. How comes?

    Leave a comment:

Working...