[no Bug] Auto update music db on changes in share not working (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    It's a thread running in background and start with MP and here the is filled quite after copy the music files on the share folder.
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    It's a thread running in background and start with MP and here the is filled quite after copy the music files on the share folder.
    it doesn't seem to work at my place, in which logfile did you find that entry? Ive just added a new music album, but even after 15 minutes it doesnt get added. I have removed the setting 'only update after'...
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    The log is filled in mediaportal.log.
    Musichandler is disable will try when enable it :)

    PS : the add is instant here (less than 1 minute)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I just copy a new music and instant (2 secs after) :

    Code:
    [2014-01-02 19:29:42,045] [MusicShareWatcher] [6        ] [DEBUG] - Add Song Fired: D:\!MusicLocal\Hardwell_-_Club_Sessions_(FunX)-CABLE-10-26-2013-TALiON\00-hardwell_-_club_sessions_(funx)-cable-10-26-2013-talion.nfo
    [2014-01-02 19:29:42,045] [MusicShareWatcher] [6        ] [DEBUG] - Add Song Fired: D:\!MusicLocal\Hardwell_-_Club_Sessions_(FunX)-CABLE-10-26-2013-TALiON\01-hardwell_-_club_sessions_(funx)-cable-10-26-2013-talion.mp3

    With MusicInfoHandler this time :)
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    I just copy a new music and instant (2 secs after) :

    Code:
    [2014-01-02 19:29:42,045] [MusicShareWatcher] [6        ] [DEBUG] - Add Song Fired: D:\!MusicLocal\Hardwell_-_Club_Sessions_(FunX)-CABLE-10-26-2013-TALiON\00-hardwell_-_club_sessions_(funx)-cable-10-26-2013-talion.nfo
    [2014-01-02 19:29:42,045] [MusicShareWatcher] [6        ] [DEBUG] - Add Song Fired: D:\!MusicLocal\Hardwell_-_Club_Sessions_(FunX)-CABLE-10-26-2013-TALiON\01-hardwell_-_club_sessions_(funx)-cable-10-26-2013-talion.mp3

    With MusicInfoHandler this time :)
    [2014-01-02 19:27:57,110] [MusicShareWatcher] [MusicShareWatcher] [INFO ] - Monitoring active for following shares:
    [2014-01-02 19:27:57,126] [MusicShareWatcher] [MusicShareWatcher] [INFO ] - ---------------------------------------
    [2014-01-02 19:27:57,126] [Log ] [MPMain ] [INFO ] - MusicShareWatcher Plugin now monitoring the shares.
    [2014-01-02 19:27:57,141] [Log ] [MPMain ] [DEBUG] - PluginManager: End starting 'MediaPortal.MusicShareWatcher.MusicShareWatcherPlugin' (109,2002 ms running time)
    [2014-01-02 19:27:57,141] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin starting 'ProcessPlugins.ViewModeSwitcher.ViewModeSwitcher'
    [2014-01-02 19:27:57,157] [Log ] [MPMain ] [DEBUG] - ViewModeSwitcher: Start()
    [2014-01-02 19:27:57,172] [Log ] [MPMain ] [DEBUG] - PluginManager: End starting 'ProcessPlugins.ViewModeSwitcher.ViewModeSwitcher' (31,2001 ms running time)
    [2014-01-02 19:27:57,188] [Log ] [MPMain ] [DEBUG] - PluginManager: Begin starting 'TitanEditor.TitanPlugin'
    [2014-01-02 19:27:57,188] [Log ] [MPMain ] [INFO ] - Titan BasicHome plugin: Skin found
    [2014-01-02 19:27:57,219] [MusicShareWatcher] [MusicShareWatcher] [INFO ] - \\nas-01\files\muziek
    [2014-01-02 19:27:57,235] [MusicShareWatcher] [MusicShareWatcher] [INFO ] - ---------------------------------------

    this is what i can find in my mediaportal.log

    I just added a new music album, nothing happens. the folder \\nas-01\files\muziek is right.[DOUBLEPOST=1388687696][/DOUBLEPOST]I'm getting errors in my error log regarding musicinfohandler:

    [2014-01-02 19:28:44,300] [Error ] [MusicInfoHandler: Album] [ERROR] - Process album failed System.Net.WebException: The request was aborted: The operation has timed out.
    at System.Net.HttpWebRequest.GetResponse()
    at HtmlAgilityPack.HtmlWeb.Get(Uri uri, String method, String path, HtmlDocument doc, IWebProxy proxy, ICredentials creds)
    at HtmlAgilityPack.HtmlWeb.LoadUrl(Uri uri, String method, WebProxy proxy, NetworkCredential creds)
    at HtmlAgilityPack.HtmlWeb.Load(String url, String method)
    at HtmlAgilityPack.HtmlWeb.Load(String url)
    at MediaPortal.Music.Database.AllmusicSiteScraper.GetArtists(String strArtist, List`1& possibleMatches)
    at MusicInfoHandler.WebLookup.ProcessAlbums() in d:\svnroot\!PLUGINS\musicinfohandler\MusicInfoHandler\WebLookup.cs:line 201
    [2014-01-02 19:29:29,649] [Error ] [MusicInfoHandler: Artist] [ERROR] - Process artist failed System.Net.WebException: The request was aborted: The operation has timed out.
    at System.Net.HttpWebRequest.GetResponse()
    at HtmlAgilityPack.HtmlWeb.Get(Uri uri, String method, String path, HtmlDocument doc, IWebProxy proxy, ICredentials creds)
    at HtmlAgilityPack.HtmlWeb.LoadUrl(Uri uri, String method, WebProxy proxy, NetworkCredential creds)
    at HtmlAgilityPack.HtmlWeb.Load(String url, String method)
    at HtmlAgilityPack.HtmlWeb.Load(String url)
    at MediaPortal.Music.Database.AllmusicSiteScraper.GetArtists(String strArtist, List`1& possibleMatches)
    at MusicInfoHandler.WebLookup.ProcessArtists() in d:\svnroot\!PLUGINS\musicinfohandler\MusicInfoHandler\WebLookup.cs:line 134
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    About the timeout, i don't know why it failed (website didn't answer quickly it seems and i see it too here).
    Can you try a local folder ?
    That i have do for the test, i have created a local folder (option checked in music config for monitoring) and add some files to it :)
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    About the timeout, i don't know why it failed (website didn't answer quickly it seems and i see it too here).
    Can you try a local folder ?
    That i have do for the test, i have created a local folder (option checked in music config for monitoring) and add some files to it :)
    I'll try a local folder, first have to let the wife watch some tv :)))
     

    mhoogenbosch

    MP Donator
  • Premium Supporter
  • April 21, 2008
    308
    70
    Utrecht, Netherlands
    Home Country
    Netherlands Netherlands
    This is the log from the Fork build[DOUBLEPOST=1388844078][/DOUBLEPOST]
    mustic database.png


    these are my current settings.
     
    Last edited:

    Schaeklovic

    Portal Pro
    March 27, 2008
    116
    47
    Braunschweig
    Home Country
    Germany Germany
    Hello,
    i did a fresh install: win7 home premium 32bit and MePo 1.6 as a client server installation. There are no other music related plugins installed.

    "auto-update db on changes in share" does not work !

    Yesterday evening i added a new album (folder.jpg and id3-tags are there) to one of the watched shares and after 10 hours there are no new entries in the music-database.

    I think we have to clear if it IS a bug ore not!

    My settings are:
    settingst.png


    Greetings - Schaeklovic
     

    Users who are viewing this thread

    Top Bottom