2021-03-07, 21:45
2021-03-07, 22:42
@rmrector Hi, first of all, sorry for my english.....
I am not used to talk in forums But I need help.
In my kodi 19 with artworfbeef I had clearlogo, disclogo, etc art in aeonnox skin by silvo wich looks awesome.My kodi updated to kodi 19 automatacly and I lost this functions on my device.
I know artworkbeef wont be updated, my only question is, there is a way to scrape clearlogo, disclogo, etc with artwork dump?
Maybe i configuring it wrong, with default options.
Thanks in advance.
I am not used to talk in forums But I need help.
In my kodi 19 with artworfbeef I had clearlogo, disclogo, etc art in aeonnox skin by silvo wich looks awesome.My kodi updated to kodi 19 automatacly and I lost this functions on my device.
I know artworkbeef wont be updated, my only question is, there is a way to scrape clearlogo, disclogo, etc with artwork dump?
Maybe i configuring it wrong, with default options.
Thanks in advance.
2021-03-07, 22:43
YEEEEEEEEEE HAAAAAAAAAAAAAA!!!!!!!!!!
This works absolutely perfect. Well done. I'm so happy right now!! Let me share:
First of all, I'm on v20 nightly. I made sure I still have your repo installed which I did. I went to my existing Artwork Dump add-on looking for 'update' to be lit up but it wasn't. So I went back to the repo and snagged it. It installed the update quickly without a hitch. During the install it prompted it was deleting the old install which was nice. It also asked if I wanted save my old settings, which I did. After the install I checked my settings and noticed a new addition for the number of extra fanarts I desire. Very cool.
I have Scan for new titles in Kodi enabled. I also have Artwork Dump set to run after the Kodi scan-ins and to hide the progress for AD. This keeps everything hands-off automated and out of sight (which to me is everything). Low and behold, all of my fanart#'s downloaded and populated my movie folders! I see my extrafanarts rotating in Silvo skin once again and I really enjoy them as part of my library presentation.
@rmrector
I can't thank you enough for donating your skills and your time to enhance user experiences in all the ways you do. You never cease to amaze me
This works absolutely perfect. Well done. I'm so happy right now!! Let me share:
First of all, I'm on v20 nightly. I made sure I still have your repo installed which I did. I went to my existing Artwork Dump add-on looking for 'update' to be lit up but it wasn't. So I went back to the repo and snagged it. It installed the update quickly without a hitch. During the install it prompted it was deleting the old install which was nice. It also asked if I wanted save my old settings, which I did. After the install I checked my settings and noticed a new addition for the number of extra fanarts I desire. Very cool.
I have Scan for new titles in Kodi enabled. I also have Artwork Dump set to run after the Kodi scan-ins and to hide the progress for AD. This keeps everything hands-off automated and out of sight (which to me is everything). Low and behold, all of my fanart#'s downloaded and populated my movie folders! I see my extrafanarts rotating in Silvo skin once again and I really enjoy them as part of my library presentation.
@rmrector
I can't thank you enough for donating your skills and your time to enhance user experiences in all the ways you do. You never cease to amaze me
2021-03-07, 23:06
(2021-03-01, 22:17)Karellen Wrote:I want to be clear if I can/should remove the proper tag codes out of my advancedsettings.xml? Do you mean all tags for movies, TV, and music? By tags do we mean these types of entries (in bold).(2021-03-01, 21:48)lynxstrike Wrote: HERE IS THE COMPLETE LOGYou can remove the artwork tags out of your advancedsettings.xml file, as they are not used in v19.
If you don't mind, could you take a quick look at the rest of it in case anything else has been depreciated and I should be editing out or in?
Code:
<?xml version='1.0' encoding='utf-8'?>
<advancedsettings version="1">
<loglevel>1</loglevel>
<fullscreen>true</fullscreen>
<imageres>9999</imageres>
<fanartres>9999</fanartres>
<try10bitoutput>true</try10bitoutput>
<nvidia12bits>true</nvidia12bits>
<splash>false</splash>
<tvshowmatching action="append">
<regexp>[\\/\._ \[\(-]([0-9]+)x([0-9]+)([^\\/]*)(??:[\\/]bdmv)?[\\/]index\.bdmv)$</regexp>
</tvshowmatching>
<video>
<dxvaallowhqscaling>true</dxvaallowhqscaling>
<maxtempo>2.0</maxtempo>
<excludefromscan>
<regexp>[-\._ ](extrafanart|trailer|extrathumbs)[-\._ ]</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>[-._ \\/](extrafanart|trailer|extrathumbs)[-._ \\/]</regexp>
</excludefromlisting>
<excludefromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan action="append">
<regexp>[\\/](auxdata|backup|clipinf|playlist|stream|certificate)[\\/]</regexp>
<regexp>movieobject\.bdmv</regexp>
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludetvshowsfromscan>
</video>
<videolibrary>
<recentlyaddeditems>200</recentlyaddeditems>
<cleanonupdate>true</cleanonupdate>
<dateadded>1</dateadded>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
<exportautothumbs>true</exportautothumbs>
<tvshowextraart>
<arttype>characterart</arttype>
<arttype>clearart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>keyart</arttype>
<arttype>landscape</arttype>
<arttype>clearlogo</arttype>
<arttype>animatedposter</arttype>
</tvshowextraart>
<tvseasonextraart>
<arttype>banner</arttype>
<arttype>characterart</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
<arttype>discart</arttype>
<arttype>fanart</arttype>
<arttype>keyart</arttype>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
</tvseasonextraart>
<episodeextraart>
<arttype>fanart</arttype>
<arttype>landscape</arttype>
<arttype>poster</arttype>
</episodeextraart>
<movieextraart>
<arttype>keyart</arttype>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>discart</arttype>
<arttype>clearlogo</arttype>
<arttype>characterart</arttype>
<arttype>characterart1</arttype>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
<arttype>animatedkeyart</arttype>
</movieextraart>
<moviesetextraart>
<arttype>clearart</arttype>
<arttype>discart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>keyart</arttype>
<arttype>banner</arttype>
<arttype>landscape</arttype>
<arttype>clearlogo</arttype>
<arttype>animatedposter</arttype>
</moviesetextraart>
<musicvideoextraart>
<arttype>artistthumb</arttype>
<arttype>landscape</arttype>
<arttype>discart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
</musicvideoextraart>
<tvshowseasonextraart>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
</tvshowseasonextraart>
</videolibrary>
<musiclibrary>
<artistextraart>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>fanart8</arttype>
<arttype>fanart9</arttype>
<arttype>clearlogo</arttype>
<arttype>clearart</arttype>
<arttype>banner</arttype>
<arttype>landscape</arttype>
</artistextraart>
<albumextraart>
<arttype>song</arttype>
<arttype>spine</arttype>
<arttype>discart</arttype>
<arttype>back</arttype>
</albumextraart>
</musiclibrary>
</advancedsettings>
2021-03-07, 23:11
Yep, you can remove all these artwork type tags. They are no longer used in v19. v18 is the only Kodi version that uses this.
But... If you leave them in the advancedsettings.xml for the first run in Kodi v19, those tags will be transferred into the new settings system which saves you needing to manually adjust those settings when you first install v19. After that, they are never used again.
But... If you leave them in the advancedsettings.xml for the first run in Kodi v19, those tags will be transferred into the new settings system which saves you needing to manually adjust those settings when you first install v19. After that, they are never used again.
xml:<tvshowextraart>
<arttype>characterart</arttype>
<arttype>clearart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>keyart</arttype>
<arttype>landscape</arttype>
<arttype>clearlogo</arttype>
<arttype>animatedposter</arttype>
</tvshowextraart>
<tvseasonextraart>
<arttype>banner</arttype>
<arttype>characterart</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
<arttype>discart</arttype>
<arttype>fanart</arttype>
<arttype>keyart</arttype>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
</tvseasonextraart>
<episodeextraart>
<arttype>fanart</arttype>
<arttype>landscape</arttype>
<arttype>poster</arttype>
</episodeextraart>
<movieextraart>
<arttype>keyart</arttype>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>discart</arttype>
<arttype>clearlogo</arttype>
<arttype>characterart</arttype>
<arttype>characterart1</arttype>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
<arttype>animatedkeyart</arttype>
</movieextraart>
<moviesetextraart>
<arttype>clearart</arttype>
<arttype>discart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>keyart</arttype>
<arttype>banner</arttype>
<arttype>landscape</arttype>
<arttype>clearlogo</arttype>
<arttype>animatedposter</arttype>
</moviesetextraart>
<musicvideoextraart>
<arttype>artistthumb</arttype>
<arttype>landscape</arttype>
<arttype>discart</arttype>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>banner</arttype>
<arttype>clearart</arttype>
<arttype>clearlogo</arttype>
</musicvideoextraart>
<tvshowseasonextraart>
<arttype>landscape</arttype>
<arttype>animatedposter</arttype>
</tvshowseasonextraart>
</videolibrary>
<musiclibrary>
<artistextraart>
<arttype>fanart1</arttype>
<arttype>fanart2</arttype>
<arttype>fanart3</arttype>
<arttype>fanart4</arttype>
<arttype>fanart5</arttype>
<arttype>fanart6</arttype>
<arttype>fanart7</arttype>
<arttype>fanart8</arttype>
<arttype>fanart9</arttype>
<arttype>clearlogo</arttype>
<arttype>clearart</arttype>
<arttype>banner</arttype>
<arttype>landscape</arttype>
</artistextraart>
<albumextraart>
<arttype>song</arttype>
<arttype>spine</arttype>
<arttype>discart</arttype>
<arttype>back</arttype>
</albumextraart>
2021-03-07, 23:13
(2021-03-07, 22:42)andyboy240 Wrote: I know artworkbeef wont be updated, my only question is, there is a way to scrape clearlogo, disclogo, etc with artwork dump?No. The scraper provides all the artwork. Artwork Dump, if configured correctly, can then download it and store it locally if that is what you want.
Ensure you have Maximum level set for artwork in Settings>Media>Video near the bottom of the page, or set a Custom level and nominate which artwork you need.
2021-03-08, 16:31
Hello.
After update to the new version, there is no enty in the context menu.
Are there some changes how to use the addon now?
After update to the new version, there is no enty in the context menu.
Are there some changes how to use the addon now?
2021-03-09, 03:50
I think I may have found an issue with music art downloads?
I have the setup of something like this
C:\MUSIC\Artist\Album1
C:\MUSIC\Artist\Album2
For Albums with 1 disc it works just fine with the artwork ending up next to the album in the same folder.
However for something like this where the music is split across a few folders for multi disc albums.
C:\MUSIC\Artist\Album2\Disc 1
C:\MUSIC\Artist\Album2\Disc 2
The art seems to end up in C:\MUSIC\Artist\ instead of putting stuff in "C:\MUSIC\Artist\Album2\Disc 1" "C:\MUSIC\Artist\Album2\Disc 2"
I have the setup of something like this
C:\MUSIC\Artist\Album1
C:\MUSIC\Artist\Album2
For Albums with 1 disc it works just fine with the artwork ending up next to the album in the same folder.
However for something like this where the music is split across a few folders for multi disc albums.
C:\MUSIC\Artist\Album2\Disc 1
C:\MUSIC\Artist\Album2\Disc 2
The art seems to end up in C:\MUSIC\Artist\ instead of putting stuff in "C:\MUSIC\Artist\Album2\Disc 1" "C:\MUSIC\Artist\Album2\Disc 2"
2021-03-09, 03:52
@rmrector nice update. Seems really the only thing now that AB had of over AD is the periodic checks for new artwork as far as I can tell.
2021-03-10, 17:37
@rmrector
Thanks for looking into the error in ver. 0.1.3
Everything working as intended in ver. 0.2.0
Tanks for donating time and effort to maintain Kodi the best media center out there...
Sincerely,
Thanks for looking into the error in ver. 0.1.3
Everything working as intended in ver. 0.2.0
Tanks for donating time and effort to maintain Kodi the best media center out there...
Sincerely,
2021-03-12, 12:28
Thank you so much for your work @rmrector
one question is it possible that we can dump multiple posters? like poster1 poster2 poster3.....
A option like " ad additional "posters" from available scraper results to poster#
would be nice. Is that possible to do?
because a lot of skins are able to show them.
Greetings and sorry for my bad English
one question is it possible that we can dump multiple posters? like poster1 poster2 poster3.....
A option like " ad additional "posters" from available scraper results to poster#
would be nice. Is that possible to do?
because a lot of skins are able to show them.
Greetings and sorry for my bad English
2021-03-12, 14:13
Just a heads up that not all thumbnails for episodes are being downloaded to local storage, even though they exist on tvdb. Hopefully an easy fix.
2021-03-12, 20:45
(2021-03-12, 14:13)Zoltrix Wrote: Just a heads up that not all thumbnails for episodes are being downloaded to local storage, even though they exist on tvdbCan you give an example tv show where this happens. I have not encountered this problem, and I have scraped hundreds of episodes over the last few weeks.
2021-03-13, 02:51
(2021-03-12, 20:45)Karellen Wrote:(2021-03-12, 14:13)Zoltrix Wrote: Just a heads up that not all thumbnails for episodes are being downloaded to local storage, even though they exist on tvdbCan you give an example tv show where this happens. I have not encountered this problem, and I have scraped hundreds of episodes over the last few weeks.
No worries.
Finding.Your.Roots.with.Henry.Louis.Gates,.Jr - Season 6. It downloaded thumbnails for eps 1, 2, 4, 5 and 6. But not the rest of the eps.
Modern Family - Season 8. It downloaded the thumbnail for ep 1, but none of the others.
Lots more examples. I've rerun the download all art multiple times.