Results 1 to 3 of 3

Thread: Changing Source FOlder for DLNA server

  1. #1

    Changing Source FOlder for DLNA server

    All of my music is in the FLAC folder.

    My media players (PS3, Radio device) can't see the music folders because the DLNA server is defaulted to choose Storage/Music/MP3 as the music folder (which is empty).

    I change the source in the DLNA page of the vortexbox appliance GUI to storage/music/flac then submit, then rescan,

    All seems good - all music is then available to view from my players.

    However all of the video folders and files in the video folder are now gone according to my media players - even though I didn't change the storage options for this folder.

    I know one resolution for this would be to move all music files to the MP3 folder, then change the squeezecentre music llibrary to the new location - though I would prefer to leave this be, and presume there must be an error in the DLNA server setup.

    Any thoughts or fixes?

  2. #2
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    4,963

    Changing Source FOlder for DLNA server

    You can check your DLNA configuration by looking in /etc/minidlna.conf; look at the media_dir settings. The defaults are
    media_dir=A,/storage/music/mp3
    media_dir=V,/storage/movies
    media_dir=P,/storage/pictures
    Make sure these are set the way you want.

    If you want minidlna to rebuild its database from scratch:
    Code:
    service minidlna stop
    rm -rf /var/cache/minidlna
    service minidlna start
    You can also look in the minidlna log file: /var/log/minidlna.log to see if there are any error messages.

  3. #3
    Senior Member
    Join Date
    Apr 2009
    Posts
    136

    Changing Source FOlder for DLNA server

    Thanks Ron,

    Your post prompted me to delete the minidlna cache; fixed a problem I had with some songs not being visible to my Logitech Revue.

    Again, thanks for your valuable contributions to this forum.

Similar Threads

  1. Changing folder file structure?
    By sobeitjedi in forum General
    Replies: 9
    Last Post: 09-24-2012, 04:24 PM
  2. Server says folder is "Empty" but it isn't
    By MikeDC in forum General
    Replies: 3
    Last Post: 11-15-2011, 07:27 AM
  3. DLNA server not working with LG TV
    By deco-doctor in forum General
    Replies: 12
    Last Post: 06-14-2011, 10:51 AM
  4. Add another folder to DLNA
    By spinach in forum General
    Replies: 0
    Last Post: 10-09-2010, 11:23 AM
  5. dlna server for tv- minidlna
    By rudraksh2005 in forum Help
    Replies: 2
    Last Post: 05-09-2010, 10:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •