MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more! (3 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    Hi. Very great tool fo MP. Is it possible to get only faked movie discs?
    Unfortunately not, or you can try to block access to fanart.tv fire wall, or may be non-existent specify a proxy server, but I'm not sure.

    PS: I see the source code, can come up with how to turn off the entire Internet part, but I'm not sure.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    Then use MP Sync plugin to sync thumbs and database between all your clients.

    :confused::mad: :cry:

    Code:
    15.07.2013 20:59:46 - [INFO] MPSync: 19184 images added/replaced.
    15.07.2013 20:59:46 - [INFO] MPSync: THUMBS synchronization cycle complete.
    15.07.2013 20:59:46 - [INFO] MPSync: THUMBS folder watch starting.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    @blue2k
    I looked up to full, and very hard to alter the algorithm of the program if it is badly needed, I'll try, but honestly, I would not want to.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Then use MP Sync plugin to sync thumbs and database between all your clients.

    :confused::mad: :cry:

    Code:
    15.07.2013 20:59:46 - [INFO] MPSync: 19184 images added/replaced.
    15.07.2013 20:59:46 - [INFO] MPSync: THUMBS synchronization cycle complete.
    15.07.2013 20:59:46 - [INFO] MPSync: THUMBS folder watch starting.

    Maybe you should use different sync software for thumbs directory. I need to get around to isntalling some sync software on my PC to keep my music library backed up and sync'd between my computers.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    Maybe you should use different sync software for thumbs directory.
    There's just this plugin but wonder to add the part to synchronize directories in MePoTools, but while waiting for updates, and fix the collapse of media portal, at the beginning of the movies, and improving the algorithm directory synchronization.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    @ajs - Want to make a new plugin?

    MePo - Music Video Downloader
    Two functions
    1. Get music videos for all songs in database
    - Read MP database
    - Get Artist - Title for each song
    - Use last.fm track.getinfo API
    - http://www.last.fm/api/show/track.getInfo
    - Store the variables for artist, track, album. Also the last.fm url for the track.
    - eg. http://www.last.fm/music/Cher/_/Believe
    - Parse the html url above for the any youtube url (if exists)
    - eg.the_url
    - run youtube-dl.exe %the_url% (http://rg3.github.io/youtube-dl/) and tell it the url
    2. Download top 10 music video for all artists in database
    - Read MP database
    - Get list of Artists
    - Use last.fm API to get artist info top tracks
    - http://www.last.fm/api/show/artist.getTopTracks
    - For the top 10 tracks look up each url that you get from the api
    - Parse the html page for the any youtube url (if exists)
    - run youtube-dl.exe for that url
    Settings
    - set directory + filename to save as using %artist% %title% %album%
    - set preferred video format(s)http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs
    - [x] update youtube-dl.exe everytime Music Video Downloader is run.

    youtube-dl.exe is really good. it is command line driven. you can specify a lot of functions. it can also be invoked with -u to updates itself to the latest version.[DOUBLEPOST=1373962768][/DOUBLEPOST]
    Maybe you should use different sync software for thumbs directory.
    There's just this plugin but wonder to add the part to synchronize directories in MePoTools, but while waiting for updates, and fix the collapse of media portal, at the beginning of the movies, and improving the algorithm directory synchronization.


    I think with thumbs you don't have to do anything fancy. If you copy an image while MP is accessing it, it will not break anything. It is not like database :)
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    @ajs - Want to make a new plugin?
    It is not difficult to do within this utility. But should it? If you can always see the clip online? And there is hope that the plugin YouTube. FM reborn from the ashes.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,920
    10,955
    Kyiv
    Home Country
    Ukraine Ukraine
    I think with thumbs you don't have to do anything fancy. If you copy an image while MP is accessing it, it will not break anything. It is not like database
    I do not want to copy the entire folder with thumbnails, I just need to copy the changes to the master to slave and slave to remove what is not on the master. The idea is to do mpsync, but he had a long drive rustling on the master and on the NAS, and then writes to the log files that are synchronized in 2000, and this is all my pictures.[DOUBLEPOST=1373963481][/DOUBLEPOST]
    I'd rather have local copy of music videos. If you have local copy you can use with mvcentral plugin Just set download directory to same directory that plugin uses. https://code.google.com/p/mvcentral/
    It is clear, I immediately thought that the download is for this plugin. In principle it is possible to add such a feature. Separate program to write it not very desirable
     

    Users who are viewing this thread

    Top Bottom