Help minidlna not updating library

hey everyone, arch newbie here, having trouble making my dlna work. i can see and access it from my windows boxes but no media shows up.
ps i tried changing user to my username but it wouldnt even show up at that point so i commented it out.
this is my minidlna.conf
# port for HTTP (descriptions, SOAP, media transfer) traffic
port=8200
# network interfaces to serve, comma delimited
#network_interface=eth0
# specify the user account name or uid to run as
# user=fury
# set this to the directory you want scanned.
# * if you want multiple directories, you can have multiple media_dir= lines
# * if you want to restrict a media_dir to specific content types, you
# can prepend the types, followed by a comma, to the directory:
# + "A" for audio (eg. media_dir=A,/home/jmaggard/Music)
# + "V" for video (eg. media_dir=V,/home/jmaggard/Videos)
# + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
# + "PV" for pictures and video (eg. media_dir=AV,/home/jmaggard/digital_camera)
media_dir=V,/home/fury/Public/Movies
# set this if you want to customize the name that shows up on your clients
friendly_name=DLNA Server
# set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
#db_dir=/var/cache/minidlna
# set this if you would like to specify the directory where you want MiniDLNA to store its log file
#log_dir=/var/log
# set this to change the verbosity of the information that is logged
# each section can use a different level: off, fatal, error, warn, info, or debug
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
# this should be a list of file names to check for when searching for album art
# note: names should be delimited with a forward slash ("/")
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
# set this to no to disable inotify monitoring to automatically discover new files
# note: the default is yes
inotify=yes
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
enable_tivo=no
# set this to strictly adhere to DLNA standards.
# * This will allow server-side downscaling of very large JPEG images,
# which may hurt JPEG serving performance on (at least) Sony DLNA products.
strict_dlna=no
# default presentation url is http address on port 80
#presentation_url=http://www.mylan/index.php
# notify interval in seconds. default is 895 seconds.
notify_interval=895
# serial and model number the daemon will report to clients
# in its XML description
serial=12345678
model_number=1
# specify the path to the MiniSSDPd socket
#minissdpdsocket=/var/run/minissdpd.sock
# use different container as root of the tree
# possible values:
# + "." - use standard container (this is the default)
# + "B" - "Browse Directory"
# + "M" - "Music"
# + "V" - "Video"
# + "P" - "Pictures"
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
#root_container=.
# always force SortCriteria to this value, regardless of the SortCriteria passed by the client
#force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title
# maximum number of simultaneous connections
# note: many clients open several simultaneous connections while streaming
#max_connections=50
Thanks for your help!

How do you run minidlna? Telling a daemon to run as a certain user is only useful if you start it as root. If you start minidlna as (unprivileged) user fury, it can't run as a different user so you don't need that feature.
You have the db_dir setting commented. /var/cache/minidlna seems to be the default, but does the user you're currently using to run minidlna have write access to this directory? For user fury, you could instead use /home/fury/.cache/minidlna (make sure the directory exists before starting the server).

Similar Messages

  • Help can not update my CS5 on the new PC

    Help can not update my CS5 on the new PC

    I don't know whether you are running Windows or Mac OS, so I will link you to the  Product updates page.
    Look under Photoshop, choose your OS and look under CS5 for the 12.0.4 Multilingual Update (MUL).  You simply download and install.
    Adobe Camera Raw 6.7 is the latest and you download and install that.
    Under Product updates look for Bridge and apply all updates.
    CS5 is quite old and the updater doesn't work as it should so you have do the updates manually.

  • Help - Shuffle not updating

    Anyone help?
    Last week I enabled my shuffle for complete disc use & now it wont revert to original setting. Ive reverted to 100% songs in the 'Display iPod options' but Autofill doing nothing and when i try to drag a song manually from library i get a message: "There is not enough free space on iPod to hold all of the selected songs". Am I doin something stupid?

    same problem here, but it wont let me use ipod updater it just sits there saying initializing and never does anything, itunes dont even recongnize my ipod i think it broke or something

  • Help! Not updating Ovi Suite 2.2.1.23

    Hi everyone. Just discovered the nokia discussion forum
    I've been using the Ovi Suite 2.2.1.23 and it's synced with all my contacts. My sim's exchanged now, so I need to bring in the saved contacts from suite to phone. But when i switch on the suite, it asks me to update refusing to let me progress otherwise. And the update fails giving the error that the internet is not connected or I should check my firewall settings. I can't afford to lose the numbers already in the suite, so uninstalling is not an option:s Could anyone help? And I am completely new at this, so please be as layman as possible
    I reallly need help!
    Thanks!

    So have you done what the error message says: have you checked or deactivated your firewall settings ?

  • Pls help: check_changed_data not updating the Itab from non-OO ALV GRID

    Hi experts,
    Please help this newbie here. I have problem with updating my internal table with multiple cells changes in my ALV. I've used the FM 'GET_GLOBALS_FROM_SLVC_FULLSCR' and the method 'CHECK_CHANGED_DATA'. When I debugged, I could see the changes being captured in ref1.
    How can I make sure that the changes were already updated into the itab new_antrag after I presses the button command 'EX_SEND'? The original program is leave program RPTARQUIATEST.
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                                                      RS_SELFIELD LIKE SLIS_SELFIELD
    Data: ref1 type ref to cl_gui_alv_grid.
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
        IMPORTING
          E_GRID = ref1.
    call method ref1->check_changed_data.
    read table new_antrag index rs_selfield-index into wa_new_antrag.
    case r_ucomm.
      when 'EX_SEND'.
          perform before_prepare using rs_selfield
                                                new_antrag
                                       changing
                                                wa_new_antrag.
          perform request_check using req
                                                pernr
                                                modus
                                                check_command
                                                g_check_mode
                                        changing
                                                checked_req
                                                messages.
          perform request_exec using wa_new_antrag-request_id
                                                pernr
                                                modus
                                                c_cmd_exec_cmd
                                        changing
                                                exec_req
                                                messages.
          perform after_exec using exec_req.
      endcase.
    ENDFORM.
    Please help. Points will be awarded for constructive solutions which help in the problem solving. Thank you.
    Cheers,
    Damien

    Sorry, please ignore this thead because I had unmarked it as a question by accident.

  • ITunes not updating library on 2nd computer

    I originally opened my iTunes account on a home computer, it contains about 500 songs or so. The computer is pretty old and it was taking a long time to download songs so I took my computer in and had them transfer my iTunes onto my laptop. I logged onto my laptop and my iTunes library does not show any songs in there. How do I get iTunes to download all of my purchases?

    leannehuettl wrote:
    I originally opened my iTunes account on a home computer, it contains about 500 songs or so. The computer is pretty old and it was taking a long time to download songs so I took my computer in and had them transfer my iTunes onto my laptop. I logged onto my laptop and my iTunes library does not show any songs in there. How do I get iTunes to download all of my purchases?
    When you say "had them transfer my iTunes" I assume they transferred all your files to the new machine, so the songs files are probably there somewhere. Use Windows to look for them on the laptop (starting in Music or My Music). When you know where they are, you just need to add them to the iTunes library, for which you can use the command File > Add Folder to Library.

  • Adobe Help Manager Not Updating

    With Adobe Creative Suite 6 Design Standard.
    In Windows 7 (32-bit or 64-bit) the following Entries appear in Adobe Help Manager:
    * Adobe Media Encoder Reference
    * Bridge Reference
    * Extension Manager Reference
    * Illustrator Reference
    * InDesign Reference
    * Photoshop Reference
    * Using Acrobat X Pro
    In Windows 8.1 (32-bit or 64-bit) the following Entries appear in Adobe Help Manager:
    * Bridge Reference
    * InDesign Reference
    1. Why the difference for the same installation, however on different Windows Operation Systems?
    2. In addition most of the PDF User Manual are "No Available" regardless of the OS installed on - why?

    it because it was not well un installed
    replace muse by the program you need
    was not well uninstalled, i gave them a hard time a little. i'm on mac if you are not still follow the links and go back on its track to find the pc page.
    http://helpx.adobe.com/muse/kb/uninstall-muse.html#id_14142
    http://helpx.adobe.com/muse/kb/uninstall-muse.html
    http://www.adobe.com/go/muse_latest_mac

  • Hi. My itunes library is in current 10.5.2 but my old ipod touch 4th or 3rd gen is not updating at all its still in current 4.2 and there is some apps i cant download that requires a 4.3 update but in my itunes it wont. Please help!

    Hi. My itunes library is in current 10.5.2 but my old ipod touch 4th or 3rd gen is not updating at all its still in current 4.2 and there is some apps i cant download that requires a 4.3 update but in my itunes it wont. Please help!

    Are you sure you have a 4g/3g iPod?   If you don't have a camera, it's definitely not 4G.  If it has no camera and is 8 or 16 Gb it is a 2G and can't go beyond 4.2.1. 

  • I had about 6000 pictures on my phone, then said "updating library" was not plugged into the computer, was at dinner trying to pull a picture up. After finished updating i only had 597 photos that were totally random, not in order...help?!

    I had about 6000 pictures on my phone, then said "updating library" was not plugged into the computer, was at dinner trying to pull a picture up. After finished updating i only had 597 photos that were totally random, not in order...help?!

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • Dreamweaver Teamplate with Library Item for Navigation/Sidebar not updating editable classes

    I have a Dreamweaver Template that contains two Library items. One Library item is my navigation bar, the other is a sidebar that shows different content depending on what page you are on. I'm assigning an editable class "active" to the navigation bar to show you are on a particular page, and also assigning the editable class "active" to the sidebar to reveal a portion of the sidebar with links pertaining to that specific page. The default value for the class is "hidden". So what is happening is when I open a page I have created and "edit" the Library Items in it to edit these classes, it resets resets all the other pages on the site to the default class values. How am I able to use editable classes and Library Items to achieve this kind of functionality? The idea is to only have ONE navigaton bar to update on the site and to only have ONE sidebar item to update. Here is an example of the sidebar and navigation in action so you can see what I'm going for. Notice the green button in the navigation bar (that is a list item with the class "active" which is an editable class in the Library Item, also notice the tan links in the sidebar, that is an unordered list that has an editable class of "active" in the Library Items --- these editable classes reset to their defaults when updating the Library Item on the website).
    http://www.brumleve.org/joe/temp/CAP/mission.html

    In my understanding, whenever you edit the contents of a library item, it will update all other occurances of this library item on the rest of the site. That's "working as designed" as far as I know, unless you break the link by telling it to not update - which kinda defeats the purpose I think.
    But theres another way to do this using template properties, i#ve been using this approach myself a couple of times:
    Write your navigation bar in the template (.dwt) file itself, then select the class= of your first menu item and choose .. (names might be off, I am using a non-English copy of DW): "modify > template > make attribute editable" from the main menu. Do so for all your menu items and name these new template properties something like "item_x_class"
    You'll end up with something like this in your template source:
    <div class="@@(item_1_class)@@">
    and a matching
    <!-- TemplateParam name="item_1_class" type="text" value="active" --> in the header
    Now, on each page, you can set the class within the template properties dialog ("modify > template properties"). If your main menu changes, it won't overwrite your template properties, but still update all pages when you do make a change to the menu.
    If you're using multiple templates for your site, consider nesting templates, so the master template already includes your navbar and all subsequent templates will "inherit" changes to the navbar code (sans the editable class property).
    Hope this helps.. or at least gives you an idea for further experiments..
    Stephan

  • CS5 Bridge will not open, Air will not install, and AAM Updater will not update.  Please help!

    I am having several problems with CS5, and as best I can tell they all seem to be related.  I purchased CS5 about a month ago.  Photoshop has opened and ran fine.  However, recently AAM notified me some several updates available.  When I tried to update them they all failed.  This lead to the discovery that Bridge will not open at all, Air installs but with an error and cannot update itself or applications like Adobe Help, and since the AAM updater ran it now thinks everything is up to date.
    I have search endlessly for every piece of information I could find on this issue.  As well as, sat on the phone with tech support for hours.  As best I can tell, (and really I have no evidence to support me), it seems to all be related to a permissions issues.  However, I have tried everything the forums suggested with no luck, and Tech Support ended with me doing an Uninstall and reinstall (twice), while repairing permissions in-between.  I am about at the end of the road with this issue and would greatly appreciate any additional suggests you could offer.
    Some additional details.
    Running a MBP i7, 8GB RAM, and MAC OSX 10.6.4
    Bridge Issue,
         When attempting to launch Bridge it simply returns an error "This operation could not be completed..."  I tried the option click and reset method, no luck.
    Air Issue,
         Kind of works, but at the same time doesn't.  In that in one of the previous installations programs like Adobe Help would not run.  Now Help does run, however, when I go to update Air it says it completed successfully but then immediately gives me an error saying "~this may not be allowed by the administrator..."  I also cannot update Adobe Help, it just sits and says preparing to update.
    AAM Updater Issue,
         This appeared to work fine until I attempted to install an update.  It downloaded everything and then failed on the install.  However, now it thinks everything is up to date, but nothing is.

    Well despite not getting much love on this forum.  I was able to correct the problem.  I tried every solution that google would produce on these issues.  Ultimately it came done to permission issue.  I was lead to this fix by a person on flickr that suggested permissions as the cause.  However, his solution was to modify the permissions in the home directory root and apply them to every subsequent folder in the home directory.  Although quick and easy, I felt this would lead to more trouble then it was worth. 
    I did some more digging and what I discovered is that all the permission of the Adobe folders in the home directory library (not the HD library) and the application folder did not match all the other folders in those areas.  Some of the files in some of the folders did not match either.  So I made them match (the ones that matched I left alone), and everything seemingly went back to working normally.  It was a bit of a pain going folder by folder.  Fortunately there where not many of them.  About 8 in total, plus the internal folders.

  • IPod not updating! HELP!

    I need help desparately! Whenever I plug in my iPod to update new songs that I have downloaded, iTunes shows that it is updating, but once iTunes shows that it has been updated and I disconnect my iPod, the new songs are not on the iPod! The songs are still saved in my library, but they will not update onto the iPod.
    Also, two similar warnings continue to come up on my computer:
    iTunes.exe - Corrupt File
    The file or directory \iPod_Control\iTunes\TempFile is corrupt and unreadable. Please run the Chkdsk utility.
    AND
    a30:iTunes.exe - Corrupt File
    The file or directory \iPod_Control\iTunes\PhotosFolderPrefs is corrupt and unreadable. Please run te Chkdsk utility.

    Ack...Ok
    This first article deals with the iTunes.exe corrupt file and how to fix it as well as addressing your seconds question.
    http://docs.info.apple.com/article.html?artnum=300554
    Basically, among other things you need to download the latest iPod Updater. This article will elaborate on what you need to do. Good Luck and come back if you have more questions or problems.
    Rachyl

  • HT4796 i have successfully migrated the music but it just shows up in my files and has not updated my iTunes library which is still getting the music from iCloud and is not using the migrated files. Any ideas?

    I have successfully used windows migration software to move my music library from a PC to my MacBook Air.
    However the music files are just stored in my file system and have not updated my itunes files. Itunes is still getting the music down from icloud instead of using the music files.
    Any ideas?

    If you're using Windows Movie Maker and HP Photo to build slide shows, this is not an iPod touch issue (nor an iTunes issue), so I'd suggest you take up the problem on a web site that deals with Movie Maker or HP Photo issues. It's really not something we can help with in this forum.
    If you're building this slide show on your iPod, please post back and tell us what app(s) you're trying to use, and whether the iPod app on your iPod touch shows and plays your songs correctly. Knowing the specific model of iPod you have and the version of iOS it's running will probably also help.
    Regards.

  • What do i do when iPhoto Deletes my recent pic's all the way to 2010????? i opened the program and it said i needed to update my library otherwise i wouldn't be able to view the images that were not updated-- and now they are gone!!!!!! WHat do i do!!!!!!

    what do i do when iPhoto Deletes my recent pic's all the way to 2010????? i opened the program and it said i needed to update my library otherwise i wouldn't be able to view the images that were not updated…… and now they are gone!!!!!! WHat do i do!!!!!!  Is this some type a virus???? my mac is protected!!!!! tried to chat with an IT person but they keep asking if its like a tech problem and it is just iphoto

    You should get your keyboard checked as it's repeating  on a lot of keys and makes you look silly.
    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • Recovering iTunes Song List (iTunes Library.xml not updated)

    How do I recover the iTunes library song list? My computer recently crashed, so I had to get this new one. The old hard drive is working fine. I just need the song list to be able to identify the songs that I have yet to copy unto my iPod (I arrange the library by 'Date Added'). Since my music files are located in a variety of places, it would be very difficult for me to locate each without being guided by the list.
    For some weird reason, the iTunes Library.xml is not updated. It's still dated 2009, so that fix goes out the window, I guess.
    Thanks in advance.

    try if the suggestions in this thread help: http://discussions.apple.com/thread.jspa?threadID=2168081&tstart=0.
    JGG

Maybe you are looking for

  • Officejet Pro 8600 won't remain available on network

    I only recently started TRYING to use my Officejet Pro 8600 via my home network to no avail; I previously had it directly wired via USB to my computer. The printer is accessible on my home network for a while, then becomes unavailable. This problem o

  • In a JSP Page, onclick of submit, it is submitting twice.

    Hello! everybody... Please help me.. its urgent! I have a jsp page, after i enter values in textboxes and click on submit, i am calling a javascript function wherein i am submitting the form. The problem is, it is submitting twice and inserting the r

  • How to activate New Editor for XSLT Transformations?

    Hello Everyone! I am currentlyworking on some Simple Transformations (Txn STRANS). As I am very happy with the New Frontend Editor, I would like to use the new Editor for editing Simple Transformations, like I do, when editing usual ABAP Code. Where

  • No Hulu after firefox 3.6.8 upgrade, flash version 10.1 (RESOLVED)

    Automatically Upgraded firefox to 3.6.8 now my Hulu does not play at all Adobe flash is latest version 10.1 The videos are introduced but the they fail to play. Hulu works fine in explorer and chrome. Also hulu works fine on my laptop that is using a

  • Whats Need of  Multiple Aggregate Levels

    Hi Gurus, Can some one say whats the need of Multiple Aggregate Levels on a Multi provider? Is it some thing Aggregate Levels are just to determine your level of Granularity you want to report upon? If really ie the case cant we get it in the query i