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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Oh I don't think we should ever overwrite an existing file in any situation.
    Do not quite understand, never? or still have a situation where you can overwrite the existing one?
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    I miss-read your original post. I think it should be

    F=File exist, Y=You_Tube ID exists in list

    IF:

    F:1 Then Skip
    F:0 Y:1 Then Skip
    F:0 Y:0 Then Download. If Download successful then Write YouTube_ID


    This is good because
    1. Simple.
    2. Will never overwrite exsiting files.
    3. If you download a bad video then delete video and it will not try to download it again.

    You_Tube_ID List is txt editable
    <artist> * <title> * <youtube.url>
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Well, I did so:
    F=File, OY=Stored_You_Tube ID, NY=Recieved_You_Yube_ID, UA=Update already

    F:1 Then Skip
    UA:0 F:0 OY:1 Skip
    UA:1 F:0 OY:1 NY:1 OY=NY: Skip
    Else Download + Write YouTube_ID

    Do not see the point in F:1 Y:0 Then Skip + Write YouTube_ID
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    3. If you download a bad video then delete video and it will not try to download it again.
    In my version, if you change the video link on last.fm and this video has been removed from us, it will be downloaded.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    My version does the same, and more simple

    If you previously download video deleted it and then video link on last.fm is changed then F:0 Y:0 so will download new version.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    You_Tube_ID List is txt editable * *
    I keep according masks, ie if there is %artist%\%artist% - [%track%].%ext% there will be %artist% - [%track%]=YotubeID[DOUBLEPOST=1374136982][/DOUBLEPOST]
    If you previously download video and then video link on last.fm is changed then F:Y:0 so will be download new version.
    No :( In this case the F:0 Y:1 ID localy stored ie Old_Youtube_ID[DOUBLEPOST=1374137072][/DOUBLEPOST]
    You_Tube_ID List is txt editable * *
    Enough to remove and clean it? or we need to have what is editing?
     
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    btw - with final design we will need to process theaudiodb.com first. Because the videos there are 100000000000x better and 100% correct. All their video links are youtube as well (at-least for now).

    We need to keep youtube_id list in a format that we can add other video urls to the list in the future. youtube-dl.exe supports many many sites.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    mvCentral able to delete the video clips from the GUI?[DOUBLEPOST=1374137333][/DOUBLEPOST]
    We need to keep youtube_id list in a format that we can add other video urls to the list in the future. youtube-dl.exe supports many many sites.
    Mask: %artist%\%artist% - [%track%].%ext%
    Stored:
    [artist - [track]]
    Youtube=ID|URL
    ...

    All the same, there is no reason to keep more than one video per song
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    F:1 Then Skip
    F:0 Y:1 Then Skip
    F:0 Y:0 Then Download. If Download successful then Write YouTube_ID

    If you previously download a video and deleted it and then video link on last.fm is changed then F:0 Y:0 so will download new version.
    No In this case the F:0 Y:1 ID localy stored ie Old_Youtube_ID
    Because video link on last.fm changed then youtube_id is also changed. so we have F:0Y:0 so new version is downloaded.


    mvCentral able to delete the video clips from the GUI?
    I vote no. If delete from GUI then you have to add video list to GUI, more work. You can already delete videos from windows explorer, my videos, mvcentral, etc. Tools are designed to run in background without user intervention.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom