App to Copy Artwork and Details to Movie Folder v0.5.6 (1 Viewer)

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    @jmcentire - Hi did you ever create a similar tool for tvseries to save the season poster in the same folder as the episode file and then save the series poster in the parent directory of the episode file
     
    Last edited:

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,554
    3,936
    Lehmden
    Home Country
    Germany Germany
    Hi.
    @jmcentire - Hi did you ever create a similar tool for tvseries to save the season poster in the same folder as the episode file and then save the series poster in the parent directory of the episode file
    TVSeries is not able to use this files so this did not make much sense. But XBMC did exactly the thing you want including ifo files with all database- stuff in...
    Zwischenablage-1.jpg
    Zwischenablage-2.jpg
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    It makes sense to me, I can visualise exactly how it could be done and the logic behind it. I know about the xbmc/mediabrowser stuff, but i dont like all the extra garbage it puts into the folders, I only like having folder.jpg and nothing else. I could make my own tool, but it would have to use folder matching as reading a database is far beyond my skills.
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    I made a script to create folder images for tv series

    It's slightly ghetto programming, but it does work :D

    Awesome job.

    And I guess you can take the kiwi out of the ghetto, but you can not take the ghetto out of the kiwi :whistle:
     

    jmcentire

    Portal Pro
    November 7, 2008
    85
    136
    Home Country
    United States of America United States of America
    Hey everyone! Been quite a while since I've been here...

    @kiwijunglist -
    1) I started working on a tv series app years ago, but the layout of the database and the way most people have their tv series folder structure laid out made it more work than it seemed worth...I ended up manually copying the images for my 20-30 tv series.

    2) I'm assuming moving pictures is pointed to the UNC path, so what does the log say when it tries to copy an image? I've never tried running it that way, and would have assumed it would work as is.

    As for the future of this app, I'm not sure if I'll be updating it anymore, ever since XBMC got PVR functionality I haven't even opened MePo(I do miss the moving pics and tv series plugins though). Anyway I'll try and find the latest source and post it up later if anyone wants to take over.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Code:
    Reading Line 14 of tempartwork.csv - 20130424103053
    Cover Already Exists: \\Htpc\hd movies 2\A Beautiful Mind 2001\folder.jpg - 20130424103053
    Reading Line 15 of tempartwork.csv - 20130424103053
    ***Error copying Cover: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\MovingPictures\Covers\FullSize\{Artificial.Intelligence_.AI} [-305382779].jpg to \\Htpc\hd movies 2\A.I. Artificial Intelligence (2001)\folder.jpg - 20130424103053

    Code:
    Reading Line 684 of tempinfo - 20130424103101
    Info File Already Exists: \\Htpc\sd movies 3\Unbreakable (2000)\Unbreakable.nfo - 20130424103101
    Line 684 Sucessfully read - 20130424103101
    Reading Line 685 of tempinfo - 20130424103101
    Info File Creation Failed: \\Htpc\sd movies 3\Greedy Guts (2000)\Jan Svankmajer (2000) Otesanek (Little Otik) CD1.nfo - 20130424103101
    Line 685 Sucessfully read - 20130424103101

    Yes

    They are local files on this PC
    Shared via UNC path
    Moving Pictures points to UNC path
     
    Last edited:

    jmcentire

    Portal Pro
    November 7, 2008
    85
    136
    Home Country
    United States of America United States of America
    It looks like the app is able to read from the UNC path correctly but cannot write. Windows usually defaults to read-only when creating a share, make sure the share permissions have "Change" or "Full Control" permissions(If you're on Win7, use advanced sharing to make it simpler). That is the only thing I can think of that would cause your problem.

    Also try manually copying a file to the UNC path and see what happens.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    it's permissions my bad
    new motherboard recently then rolled back to a system image, must of forgot to set permissions up again.[DOUBLEPOST=1366760175][/DOUBLEPOST]It's all working correctly now. ty my bad :p
     
    Last edited:

    Users who are viewing this thread

    Top Bottom