I have Aeon Nox setup to read my comics (using skin only, not Advanced Launcher) and I am wondering if I can get fanart to work?
Folder structure is:
---Comics
-----Spider-Man
-------Spider-Man #679.cbz
-------Spider-Man #680.cbz
-------folder.jpg
-------fanart.jpg
The folder art works fine but the fanart.jpg does not show up as a background, do I need to name it something else to make it the background or is background art simply not possible? Note I have changed the stock hulk picture in the settings but I want different fanart based on what comic folder I am in. Thanks in advance.
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 13:17
Post: #1
|
| find quote |
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 18:32
Post: #2
Also anyway to make the skin read and display the comic metadata? I use comicrack with comic vine scraper and save the metadata which can be read and displayed on my tablet, just thinking if xbmc could read the existing metadata we could make it easier than trying to setup and scrape with advanced launcher....
|
| find quote |
Angelscry
Skilled Python Coder Joined: Sep 2010 Reputation: 37 Location: MTL, Canada |
2012-03-02 19:32
Post: #3
FenceMan Wrote:Also anyway to make the skin read and display the comic metadata? I use comicrack with comic vine scraper and save the metadata which can be read and displayed on my tablet, just thinking if xbmc could read the existing metadata we could make it easier than trying to setup and scrape with advanced launcher....How look these metadata? XML file? |
| find quote |
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 20:23
Post: #4
Angelscry Wrote:How look these metadata? XML file? It adds a comicinfo.xml to the archive, here is content of one: <?xml version="1.0" ?> - <ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Series>The Walking Dead</Series> <Number>13</Number> <Volume>2003</Volume> <Summary>It's time to clean the house. And after an exhausting day of butchering zombies, there is a surprise for the guys behind door number one.</Summary> <Notes>Scraped metadata from ComicVine [CVDB106785] on 2012.03.01 14:14:27.</Notes> <Year>2004</Year> <Month>10</Month> <Writer>Robert Kirkman</Writer> <Penciller>Charlie Adlard, Charlie Adlard, Tony Moore</Penciller> <Inker>Charlie Adlard, Charlie Adlard</Inker> <Colorist>Cliff Rathburn</Colorist> <Letterer>Robert Kirkman</Letterer> <CoverArtist>Tony Moore</CoverArtist> <Publisher>Image</Publisher> <Imprint>Skybound</Imprint> <Web>http://www.comicvine.com/the-walking-dead-/37-106785/</Web> <PageCount>23</PageCount> <Characters>Rick Grimes, Tyreese, Carl Grimes, Sophia, Billy, Ben, Lori Grimes, Andrea , Julie, Chris, Carol, Allen, Dale, Dexter , Axel, Thomas Richards, Andrew</Characters> - <Pages> <Page Image="0" ImageWidth="1024" ImageHeight="1572" Type="FrontCover" /> <Page Image="1" ImageWidth="1024" ImageHeight="1575" /> <Page Image="2" /> <Page Image="3" /> <Page Image="4" /> <Page Image="5" /> <Page Image="6" /> <Page Image="7" /> <Page Image="8" /> <Page Image="9" /> <Page Image="10" /> <Page Image="11" /> <Page Image="12" /> <Page Image="13" /> <Page Image="14" /> <Page Image="15" /> <Page Image="16" /> <Page Image="17" /> <Page Image="18" /> <Page Image="19" /> <Page Image="20" /> <Page Image="21" /> <Page Image="22" /> </Pages> </ComicInfo> Its so easy to scrape with comicrack can't we use that XML data instead of scraping in xbmc?
(This post was last modified: 2012-03-02 21:21 by FenceMan.)
|
| find quote |
Angelscry
Skilled Python Coder Joined: Sep 2010 Reputation: 37 Location: MTL, Canada |
2012-03-02 20:43
Post: #5
FenceMan Wrote:It adds a comicinfo.xml to the archive, here is content of one:Must be possible. I have to think how I could add this into Advanced Launcher without drastically modify all it overall use and structure. The only restraction is that Comirack is only an application only running under windows. |
| find quote |
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 20:47
Post: #6
That would be awesome, once comics are scraped correctly they will always have the metadata and comicrack scrapes with comicvine but mech easier than on xbmc, want me to send you link to a cbz with the XML file inside?
|
| find quote |
Angelscry
Skilled Python Coder Joined: Sep 2010 Reputation: 37 Location: MTL, Canada |
2012-03-02 21:07
Post: #7
FenceMan Wrote:That would be awesome, once comics are scraped correctly they will always have the metadata and comicrack scrapes with comicvine but mech easier than on xbmc, want me to send you link to a cbz with the XML file inside?Maybe I will try to give again a chance to my comics addon. |
| find quote |
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 21:24
Post: #8
Edited above post to show correct xml file, posted from tablet previously.
It should be easy enough to read and use this info? Wondering if it could even be added at a skin level? Right now Nox reads the first image and displays that as a thumb, wonder if it could read the xml info and display?? |
| find quote |
Angelscry
Skilled Python Coder Joined: Sep 2010 Reputation: 37 Location: MTL, Canada |
2012-03-02 21:44
Post: #9
FenceMan Wrote:Edited above post to show correct xml file, posted from tablet previously.Read an xml file and displaying info is not really the problem. Problem is that Advanced Launcher scrapers are all actually based on filenames but not on files (with full path). Advanced Launcher scrapers act all as independant modules. They receive filename and platform information and return all the scraped information. In this case we need to add a filepath parameter, that's mean modify the way Advanced Launcher actually working. But also modify all the other existing scrapers included into Advanced Launcher. That's also mean add features to extract cbz (zip) and cbr (rar) files content and maybe modify the stored information. It's starting to be files managing and we clearly deviate from the main purpose of Advanced Launcher that is to simply start applications. All this modification for only one single application (ComicRack) that only running under Windows... I'm not sure it's worth. It will be better to have a dedicated program add-on for that. I have started to think to work on one... but honestly... I do not really have time and enough motivation to work on it.
(This post was last modified: 2012-03-02 21:46 by Angelscry.)
|
| find quote |
FenceMan
Member Posts: 83 Joined: Jan 2010 Reputation: 0 |
2012-03-02 21:51
Post: #10
Well hopefully someone can add this to a skin, Nox is almost there, if it could just display the xml metadata it would be perfect.
Realize this has nothing to do with comicrack, this has to do with metadata. It is very difficult for me to scrap with comicvine using your program but if I use comicrack with comicvine it scrapes fast and easy and saves that metadata into the cbz file so it never needs to be scraped again. The only thing comicrack will do is provide the metadata to begin with. I have no desire to launch comicrack from xbmc, just want to use the metadata comicrack has already created.... |
| find quote |

Search
Help