![]() |
|
[MAC] ViMediaManager - Media Manager for Mac OS X! - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: [MAC] ViMediaManager - Media Manager for Mac OS X! (/showthread.php?tid=109976) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
- SpoBo - 2011-09-20 17:49 MariusTh86 Wrote:I'm not entirely certain what you mean by changing a movie into a different movie, but when scraping a movie, if it finds existing images, it won't overwrite them with new ones in case you want to keep them.For example a movie was automatically scraped as "Drive Angry" and it downloaded the images for it. But this was wrong ... it wasn't driving angry. So do a manual lookup and select "Driven". So now it has the info for Driven but still the old images it downloaded for Drive Angry. So what I suggest is to overwrite the images in the following way: Check if metadata exists for the movie I'm about to override. Read IMDB & movieDBID. Check if selected IMDB/movieDBID match from the movie that was selected through manual lookup. If they match -> leave images intact. If they don't -> a new movie was selected so we can overwrite the images. But there is a bigger issue with posters & fanart (fanart saved as poster). Check my last post, edit 3. Sorry about all the chatter lol
- MariusTh86 - 2011-09-20 17:49 DrPepper Wrote:where do i need to look for that xml file ? It's in the same folder as the movie. there's not 'set.xml' file, just your general movie xml file with SET information. - MariusTh86 - 2011-09-20 17:52 SpoBo Wrote:Just tested it. Works like a charm so in short, there's no poster image, just a fanart image that is called 'poster.jpg'? does this only happen when scraping for a new movie? or when just downloading art through the metadata window or the tool button on the main window? - DrPepper - 2011-09-20 18:00 I have 2 in there . here's the first one : http://pastebin.com/eJy20GYX and the second one : http://pastebin.com/ZWNCrD4n hope this helps - MariusTh86 - 2011-09-20 18:23 DrPepper Wrote:I have 2 in there . Are you sure that that's the entire file? I'm not sure about the first line ("root@ubuntu:...") which shouldn't be in there, but the file also seems to cut off unexpectedly at "</streamdetails>" and "</fileinfo>" instead of "</streamdetails></fileinfo></movie>". If they really are missing from the file, then that's why it's an invalid XML file. try writing the missing tags, and make sure the file begins with "<?xml" instead of "root@ubuntu". - SpoBo - 2011-09-20 18:28 MariusTh86 Wrote:so in short, there's no poster image, just a fanart image that is called 'poster.jpg'? does this only happen when scraping for a new movie? or when just downloading art through the metadata window or the tool button on the main window?There is a poster image if the last image I downloaded for that movie was the poster. But the fanart image is always saved as the poster image. I tested it through the tool in the main window and though the edit metadata window. if I do it through the manual search then it's done correctly. - DrPepper - 2011-09-20 18:33 root@ubuntu is just the name of my server , i copied that with since i did a cat from the command line. so nothing to do with the file. but you are right it does end abnormally. but as i said , there are 2 files inside the folder that are nfo's. question is if that's the error . have you tried making a set ? and do you get the same error ? 1 nfo i have is named the same as the movie , another nfo i have is named movie.nfo , don't know where it comes from... - MariusTh86 - 2011-09-20 18:43 DrPepper Wrote:root@ubuntu is just the name of my server , i copied that with since i did a cat from the command line. so nothing to do with the file. but you are right it does end abnormally. Well, it doesn't need duplicates so I believe you can throw one away and still have it work correctly. And there was indeed another bug in my code, which I then zapped with my bug zapping ray gun, so it shouldn't come back to bite you in the ass anymore in the next beta!
- MariusTh86 - 2011-09-20 20:16 SpoBo Wrote:There is a poster image if the last image I downloaded for that movie was the poster. But the fanart image is always saved as the poster image. Thanks, that narrowed it down, I indeed had it set to use the poster name instead of the fanart name per accident, that's what happens when you copy similar lines of code but forget to correct them afterwards
- demosthien - 2011-09-21 00:55 MariusTh86 Wrote:Does your app show studio logo's? Can't seem to find this path/folder at all: ‘~/Library/Application Support/ViMediaManager Will try out putting the logos into a folder the same location as the app. |