Quantcast
Channel: Kodi Community Forum - Information Providers (scrapers)
Viewing all 707 articles
Browse latest View live

tvshow scraper problem

$
0
0
Hello

To circumvent the problem that the default scraper doesn't support scene and p2p file naming convention, -I do not want to change filenames, nor change their directory. I've added my own regexp that I found on the internet. This is my advancedsettings.xml file:

Code:
<advancedsettings>
    <loglevel>2</loglevel>
    <tvshowmatching action="prepend">
        <regexp>(.*?)\.S?(\d{1,2})E?(\d{2})\.(.*)</regexp>
    </tvshowmatching>
</advancedsettings>

The logfile shows it's loading the file which is good. I rescan my files, and it can seperate the filenames:
American.Dad.S13E02.HDTV.x264-FLEET.mkv -> American Dad S13E02

However, it calls the api with the whole string, instead of just the shows name.
http://thetvdb.com/api/GetSeries.php?ser...anguage=en
when it should be:
http://thetvdb.com/api/GetSeries.php?ser...anguage=en
and then an additional call to get season and episode info.

How can I fix this? I guess it's something with parsing the season number and episode number to different strings, for other api calls. I don't know how kodi works on that.
Any help is appreciated. Thanks

screenshot of the log:
http://imgur.com/a/iIccO

Can't figure out why episode won't scrape.

$
0
0
Already posted on OSMC forum and was referred here. (original thread: https://discourse.osmc.tv/t/cant-figure-...ue/36346/2)

Debug Log here: http://paste.osmc.io/arahamuyar

My issue is a TV Show, and not an obscure one either. I just added 4 episodes to Mickey Mouse Clubhouse. This show was already in my database and has scraped fine before so long as I add episode numbers to the filenames. Like most kid show series, I get the episodes from DVDs my kids get as gifts that contain a handful of randomly selected episodes. So I rip the disc, then rename the files to be "episode title 1x01.mkv" For example one of the problem files is "TV Shows\Mickey Mouse Clubhouse\Mickey's Big Band Concert 2x6.mkv" This lines up perfectly with what's in theTVDB.com. But it's refusing to be added.
I'm reading thru the log and it appears to recognize the show properly, and even extracts the season and episode numbers from the file. It does appear to be adding a 12/31/1969 air date (null?) and a blank title. I can see the block of log entries that shows the entire episode list for the correct show from thetvdb. I even see the troublesome episodes in that list result from the scraper.

I've also tried putting in a specific nfo for the episode that contains the specific url to that episode page on thetvdb, but it still doesn't get added.

Why isn't it picking these up?

TheTVDB scraper combines TV Shows (corrupted?)

$
0
0
Having a problem over a few installations of Kodi 17.1.

Either scraping new TV Show content or fully refreshing a TV Show due to making changes suddenly Kodi is combining TV Shows together as if they were in the same folder. For example, I refreshed Black Sails and suddenly it was combined with The Simpsons. In the alphabetical listing of TV Shows, under B-L-A-C-K it read The Simpsons. Open the TV Show and all artwork if for 28 season of the Simpsons. Enter Season 1 and there's listings for 2 episode 1's, one for The Simpsons episode 1 and 1 for Black Sails episode 1.

I try to re-refresh Black Sails and now a third TV show has combined in.

Then adding new episodes to other TV shows suddenly combines that series with something else.

All TV Shows are in separate folders identified by proper name. There is no mixed-up overlap in the file system.

Does anyone know what is going on with Kodi and how to stop it? The only working solution I have is ti remove and then re-add all TV Show sources with several library clean-ups.

Thanks.

nfo file: entering IMDB Movie id yields no result?

$
0
0
Hi,
(new to Kodi)
I come from a Popcorn Hour device and when it couldn't scrape a movie, the solution was to simply enter the IMDB id (i.e. tt1234567) in a nfo file and that's it! It would then scrape properly and come up with all the info (plot, rating, poster, actors, etc...).

I see that in the Kodi nfo file, there is a field for the IMDB id but....it does nothing at all?? Is that normal? I mean, what's even the point of putting the IMDB id otherwise?

Does this mean I have enter everything manually?!
Thanks,
Chumbo

TVDB is not working properly for me!

$
0
0
I have a problem in Kodi (last version): it does not bring me the description for TV episodes when TMDb is set up with its preferred language as Romanian.

It download descriptions of episodes only for the first 1-5, the rest are without description.

If I set my preferred language to be English, then everything is ok and I get the description of ALL the episodes.
I mention that I want to use TMDb for TV serials instead of TVDB for descriptions in Romanian.

I tried to reinstall Kodi, update supliments,remove-add again tv show, nothing works, the problem remains unresolved.

Can you help me, please?

Tv show is scraping in one of two ways

$
0
0
Either as the correct show but three different instances with the episodes randomly appropriated to each folder. Or, it scrapes as three different japanese television shows.

I have the naming conventions correct. Tvshow (year) and the seasons are in separate folders marked season1 season 2 so on.

I have tried removing it from the library and re adding it. i have tried physically removing it from the drive, cleaning the database and re adding it. I have also tried using th refresh function and manually adding the show to no avail.

I am using openelec on a raspi box so I might be in the wrong sub forum.

How do I organise Concerts?

$
0
0
Hey guys,

How do you organize your VIDEO_TS concerts?

I have this structure and nothing is being scraped:
[Image: cZQGOdb.png][/code]

Missing metadata- API problem?

$
0
0
Hello,

Regarding the above mentioned, just to check if my system is faulty or is it really just the API issues - I'm using Kodi 17.3 and I have TV episodes in my hard drive. Suddenly some (but not all) data started to be scraped with missing information. Sometimes all the information is missing and all I see is just an episode number (although it does show in the TVDB) and sometimes just a photo.

My temporary solution is to update the information manually.

What do you think it might be?

Thanks for any answers regarding this.

Handling more than 9 parts for split TV episodes

$
0
0
Folks,

First of all, thank you to the developers for an awesome product that I've been in love with for many many years now and every time I look for a feature, I find the developers have already thought of it so this might be something that already exists.

I saw on http://kodi.wiki/view/naming_video_files...it-episode that I can have up to 9 parts for a single episode but I'm about to add something to my library that has more than 9 parts (up to 12 maybe) per episode. I've not seen if that'll get picked up just yet - I wanted to see if that limitation is accurate or if it'll be able to pick up more than 9 parts for an episode. I'm looking to name them something like:

s01e01.a
s01e01.b
s01e01.c
...
s01.e01.m

If the limitation *is* accurate, I'd love pointers to the right scraper repo so I can maybe adjust that limitation and push that up as a pull request.

Thanks!

TMDB scraper failures for previously working movies

$
0
0
Hi,

I've a folder with a couple of hundred movies which - until today - have been quite happily retrieving data using the TMDB scraper. However, today I tried and failed to add a couple of new ones which I could clearly see were on TMDB. It further turns out that if I remove then re-add (and rescan) the source, many of the movies that used to work are no longer identified. Some 90 or so are now failing.

An extract from the kodi.log for one that works and one that doesn't shows:

Code:
18:04:55.801 T:12260   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/' as not in the database
18:04:55.815 T:12260   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/
18:04:55.925 T:12260   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/' as not in the database
18:04:55.937 T:12260   DEBUG: CVideoDatabase::GetMovieId (nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/Pirates of the Caribbean At Worlds End (2007).mp4), query = select idMovie from movie where idFile=4391
18:04:55.944 T:12260   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/Pirates of the Caribbean At Worlds End (2007).mp4'
18:04:55.944 T:12260   DEBUG: ADDON::CScraper::FindMovie: Searching for 'At World's End' using The Movie Database scraper (path: 'C:\Users\chris\AppData\Roaming\Kodi\addons\metadata.themoviedb.org', content: 'movies', version: '3.9.3')
18:04:55.959 T:12260   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&amp;query=At%20World%27s%20End&amp;year=2007&amp;language=en</url>
18:04:55.959 T:12260   DEBUG: CurlFile::Open(14AF8558) http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=At%20World%27s%20End&year=2007&language=en
18:04:55.998 T:12260   DEBUG: CScraperUrl::Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=At%20World%27s%20End&year=2007&language=en"
18:04:55.998 T:12260   DEBUG: scraper: GetSearchResults returned <results></results>
18:04:55.998 T:12260   DEBUG: ADDON::CScraper::FindMovie: Searching for 'At World's End' using The Movie Database scraper (path: 'C:\Users\chris\AppData\Roaming\Kodi\addons\metadata.themoviedb.org', content: 'movies', version: '3.9.3')
18:04:55.999 T:12260   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&amp;query=At%20World%27s%20End&amp;year=&amp;language=en</url>
18:04:55.999 T:12260   DEBUG: CurlFile::Open(14AF8558) http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=At%20World%27s%20End&year=&language=en
18:04:56.040 T:12260   DEBUG: CScraperUrl::Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=At%20World%27s%20End&year=&language=en"
18:04:56.041 T:12260   DEBUG: scraper: GetSearchResults returned <results></results>
18:04:56.041 T:12260 WARNING: No information found for item 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/Pirates of the Caribbean At Worlds End (2007).mp4', it won't be added to the library.
18:04:56.041 T:12260   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/
18:04:56.080 T:12260   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/extrafanart/' as not in the database
18:04:56.080 T:12260   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/extrafanart/
18:04:56.109 T:12260   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/extrathumbs/' as not in the database
18:04:56.109 T:12260   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/At World's End (2007)/extrathumbs/
18:04:56.202 T:12260   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/Dead Man's Chest (2006)/' as not in the database
18:04:56.208 T:12260   DEBUG: CVideoDatabase::GetMovieId (nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/Dead Man's Chest (2006)/Pirates of the Caribbean Dead Mans Chest (2006).mp4), query = select idMovie from movie where idFile=4392
18:04:56.214 T:12260   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'nfs://192.168.0.2/mnt/HD/HD_a2/Public/Shared Videos/Movies/Pirates Of The Caribbean/Dead Man's Chest (2006)/Pirates of the Caribbean Dead Mans Chest (2006).mp4'
18:04:56.214 T:12260   DEBUG: ADDON::CScraper::FindMovie: Searching for 'Dead Man's Chest' using The Movie Database scraper (path: 'C:\Users\chris\AppData\Roaming\Kodi\addons\metadata.themoviedb.org', content: 'movies', version: '3.9.3')
18:04:56.223 T:12260   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&amp;query=Dead%20Man%27s%20Chest&amp;year=2006&amp;language=en</url>
18:04:56.223 T:12260   DEBUG: CurlFile::Open(14AFAC20) http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Dead%20Man%27s%20Chest&year=2006&language=en
18:04:56.267 T:12260   DEBUG: CScraperUrl::Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Dead%20Man%27s%20Chest&year=2006&language=en"
18:04:56.267 T:12260   DEBUG: scraper: GetSearchResults returned <results><entity><title>Pirates of the Caribbean: Dead Man's Chest</title><id>58</id><year>2006</year><url cache="tmdb-en-58.json">http://api.tmdb.org/3/movie/58?api_key=f7f51775877e0bb6703520952b3c7840&amp;language=en</url></entity><entity><title>Pirates of the Caribbean: Dead Man's Chest</title><id>58</id><year>2006</year><url cache="tmdb-en-58.json">http://api.tmdb.org/3/movie/58?api_key=f7f51775877e0bb6703520952b3c7840&amp;language=en</url></entity></results>

In both cases, if I call the API from a browser I get a valid response back from TMDB. Admittedly in this example one does return multiple results and the other does not, but this factor isn't consistent across all failures. However, what does seem to be consistent is the order in which the JSON data is return, and particularly whether the "total_results" field appears at the beginning or end.

E.g. for a failed result, the JSON is:

Code:
{"page":1,"total_results":4,"total_pages":1,"results":[{"vote_count":3612,"id":285,"video":false,"vote_average":6.9,"title":"Pirates of the Caribbean: At World's End","popularity":27.43969,"poster_path":"\/bXb00CkHqx7TPchTGG131sWV59y.jpg","original_language":"en","original_title":"Pirates of the Caribbean: At World's End","genre_ids":[12,14,28],"backdrop_path":"\/8ZgpAftUiYTU76IhUADITa3Ur9n.jpg","adult":false,"overview":"Captain Barbossa, long believed to be dead, has come back to life and is headed to the edge of the Earth with Will Turner and Elizabeth Swann. But nothing is quite as it seems.","release_date":"2007-05-19"},{"vote_count":0,"id":247646,"video":false,"vote_average":0,"title":"The Lion at World's End","popularity":1.065,"poster_path":"\/g03DkgBVjCw6V25m3elrw2NZkdI.jpg","original_language":"en","original_title":"The Lion at World's End","genre_ids":[99,12],"backdrop_path":"\/qe2532dMhyt1oJOOIxYtH7iS8tg.jpg","adult":false,"overview":"The astonishing true story of a zoo-born lion who found himself in the pet department of Harrods, then the cellar of an antique shop in London and, ultimately the wilds of Africa.","release_date":"1971-02-28"},{"vote_count":8,"id":19306,"video":false,"vote_average":5.4,"title":"At World's End","popularity":1.209159,"poster_path":"\/kyx08K6qBzXbepULUOu7EfXEOgO.jpg","original_language":"da","original_title":"Ved verdens ende","genre_ids":[12,28,35,53],"backdrop_path":"\/c1D9mKNYukz0q2ToifkaSor8KLJ.jpg","adult":false,"overview":"An english tv-team discovers a special white flower in the indonesian rainforest, but they never get to investegate it further, before the danish recluse Severin has shot them down. A danish special enforcement with a psychiatrist in front is sent off, and they find out, that Severin claims, that he is 129 years old, and it's the flower, which keeps him young. Soon all hunts the white flower, which apparently gives eternal life.","release_date":"2009-10-09"},{"vote_count":28,"id":203351,"video":false,"vote_average":2.1,"title":"Atlantic Rim","popularity":1.020435,"poster_path":"\/9kgK6GpzqreO8DUbLY1L4QD1nrC.jpg","original_language":"en","original_title":"Atlantic Rim","genre_ids":[28,878],"backdrop_path":"\/kX83lWzst7U7z4zRbykv1Zw3VVY.jpg","adult":false,"overview":"When monsters suddenly appear from the bottom of the Atlantic Ocean, a special team pilots giant robots to combat the new threat.","release_date":"2013-07-09"}]}

Compared to a successful result where the total_results appears at the end of the JSON:

Code:
{"page":1,"results":[{"poster_path":"\/waFr5RVKaQ9dzOt3nQuIVB1FiPu.jpg","adult":false,"overview":"Captain Jack Sparrow works his way out of a blood debt with the ghostly Davey Jones, he also attempts to avoid eternal damnation.","release_date":"2006-06-20","genre_ids":[12,14,28],"id":58,"original_title":"Pirates of the Caribbean: Dead Man's Chest","original_language":"en","title":"Pirates of the Caribbean: Dead Man's Chest","backdrop_path":"\/hdHgIcljPHli4xaJGt0INz8Gn3J.jpg","popularity":21.639369,"vote_count":4154,"video":false,"vote_average":6.9}],"total_results":1,"total_pages":1}

This behaviour seems consistent in all the results I've looked at - if the total_results comes at the end then Kodi can parse the response. If it comes at the start, Kodi cannot parse the response. The number of results returned seems to have no bearing on success or failure (or where the total_results field is placed).

Has anyone else seen this behaviour?

Chris

TMDB, Update Library not scraping every title

$
0
0
I've been using Kodi 17 on Raspberry Pi3 for 3 months.

I've been adding 5-6 movies a day with no issue until today.

Today when I update my library after added files to my drive nothing is scraped by the TMDB.

When I go to Video and add that way I fall into a loop, retype title, when normally it would list possible titles close to it, year differences etc.

Now is says cannot contact server? and reboots kodi

Frustrated, any similar issues or fixes, workarounds?

Show partially added

$
0
0
My issue is the second season of Twin Peaks, scraped with TVDB. This show is already in my database as i already got the first season..

Files are named like this :
  • Twin Peaks - S01E01a - Buche.mkv ("The Log Lady" scene)
  • Twin Peaks - S01E01b - Episode.mkv (Full episode)
  • Twin Peaks - S01E02a - Buche.mkv ("The Log Lady" scene)
  • Twin Peaks - S01E02b - Episode.mkv (Full episode)
  • ...

and so...

A and B letters are for trying to combine into one unique file, according to this http://kodi.wiki/view/naming_video_files...it-episode

This was previously ok with first season, files are named the same way, (except it was not combined, so i got 2 entries for each episode but that's another story...). But it's refusing to be added for the season 02.
Even specials episodes are scrapped well.

I've found that it's getting added with Kodi 18 nightly but not in Kodi 17.3, don't know if it's related or not...

Why isn't it picking these up ? And maybe be if you know, why it's not getting combined ?

Cast and crew are not available

$
0
0
I just figure it out about this matter today. After scan for new content, I just realized that actor and crew information are not showing.I've been trying on some skin but no result.
I also changed the scrapper from the movie database to universal scrapper, but also still no result. Information from themoviedb.org for actors and crew cannot be extracted.

Please help me fix this. Sorry I cannot show the log. I don't know how to.

[Movie Database] dateAdded gets false date by rescrapping a folder

$
0
0
Hi,

I've got a boring bug! I've got a movie directory which is assigned to "The Movie DB" Scraper and contents well scanned movies.
So if I add some new movies and rescan this folder, only the last scraped new movie get the right date in Kodi DB (table "files", field "dateAdded") The other movies get some other dates, I've never able to discover from where this date comes from.

This is very boring, because this movies doesn't appear in view "last added movies"

Thanks for support,
WebEye

PS: I've just realized, the last movie doesn't get the the very right date as well, e.g I scaned today, 2017-06-10 12:37:46 and got two new movies:

First scaned movie gets a date by 2014....
Second scaned movie gets the following date: 2017-06-08 13:37:46

So you see there is a difference of two days....

TMDb not scraping Director / Writer / Studio Information

$
0
0
Kodi 17.3
Windows 10 Home (64 BIT)

After a recent update, The Movie Database (TMDb) is not scraping Director or Writer information. Sometimes the Studio information is missing as well. I have reinstalled the add-on and everything seems to be working otherwise. I hope this issue can be resolved ASAP. Thank you for your help.

No file name or meta-data

$
0
0
Hi Guys, Have not been able to find a definitive answer on here and really hoping someone could help.

I recently had a hard drive crash, but managed to recover all my movies circa 4tb of them.
The issue is that the files all work with sound but do not have file names only named "video at sector 12312346.mkv", there is also no metadata.

Can someone suggest a program that actually scrapes the files data and can match it to a movie database and rename and add the metadata back in.

If not i have a very long road ahead to get my movie setup all working again and manually renaming everything.

Thanks in advance if anyone has any suggestions or can point me in the right direction.

Can't get a TV show to scrape...nfo help wanted

$
0
0
Hi,
I have a french belgian tv show that won't scrape, despite it being in the TVDB database, so I thought I would try using an .nfo file. So since it is on the scraper's website, I figured I'd go the easy route using a simple url as explained on this wiki page: http://kodi.wiki/view/NFO_files/tvshows#...ning_a_URL

When it came to naming it, it wasn't clear to me what I should do. This is what is says:
Quote:Filename should be tvshow.nfo (Exact, NOT the name of the TV show) in the root folder of the TV Show that points to a show on TheTVDB.com
The show is called 'La Trêve' so I called the file La Trêve.nfo (is that correct?)

Not sure how to understand that, I tried two things:
- I first put it in the root folder where the TV show's folder appears. I.e. show is located at D:/La Trêve; nfo was placed in D:/La Trêve.nfo
- Show (still) placed in D:/La Trêve; nfo was place in D:/La Trêve/La Trêve.nfo

In the .nfo, as explained in the wiki, I just put the direct link to the TVDB page: http://thetvdb.com/?tab=series&id=299827&lid=17 and saved the file as UTF-8.

Each time, I re-scanned the library but none of that is working...what am I doing wrong??
Thanks,
Chumbo the noob

[Kodi 17.3] Universal IMDB scraper missing first returned result of long list [edit1]

$
0
0
Hello all.

Using Kodi 17.3 on windows 10. Trying to input the movie "Split" year 2016 by M. Night Shyamalan into database.
I use the file name: Split (2016) [ix] 1080p hevc 10bit {horror,thriller}.mkv

In Manual refresh mode, the returned list does not include the entry for M. Night Shyamalan, even though it is on the top of the akas.imdb.com search results. With log debug on, the IMDB movie ID tt4972582 is not present.

I suspect the universal scraper is somehow missing the first entry of the long list of results. I have verified using curl 4.7.0 that the returned html page contains tt4972582.

You can test my problem by renaming any file to the above file name, then let Kodi scan for the entry. For me Split (2016) (ix) is at the top of the list generated by the CreateSearchUrl http://akas.imdb.com/find?q=Split&s=tt.
However GetSearchResults first entry is tt3315656 which is the second entry in the returned html page.

Any help would be appreciated.

Thanks
AT2010

Debug Log is at https://pastebin.com/ngRNabrq

Contents of metadata.universal/setting.xml
Code:
<settings>
    <setting id="TrailerQ" value="No" />
    <setting id="allcritics" value="All Critics" />
    <setting id="certificationssource" value="IMDb" />
    <setting id="certprefix" value="Rated " />
    <setting id="countrysource" value="IMDb" />
    <setting id="creditssource" value="IMDb" />
    <setting id="fanart" value="true" />
    <setting id="fanarttvfanart" value="false" />
    <setting id="fanarttvposter" value="true" />
    <setting id="fullimdbsearch" value="true" />
    <setting id="genressource" value="IMDb" />
    <setting id="imdbakatitles" value="Keep Original" />
    <setting id="imdbcertcountry" value="USA" />
    <setting id="imdbsearch" value="true" />
    <setting id="imdbsearchlanguage" value="None" />
    <setting id="imdbthumbs" value="false" />
    <setting id="imdbtop250" value="true" />
    <setting id="impawards" value="false" />
    <setting id="movieposterdb" value="true" />
    <setting id="mratingsource" value="IMDb" />
    <setting id="outlinesource" value="IMDb" />
    <setting id="plotsource" value="IMDb" />
    <setting id="searchservice" value="IMDb" />
    <setting id="studiosource" value="IMDb" />
    <setting id="taglinesource" value="IMDb" />
    <setting id="titlesource" value="IMDb" />
    <setting id="tmdbcertcountry" value="us" />
    <setting id="tmdbgenreslanguage" value="en" />
    <setting id="tmdbplotlanguage" value="en" />
    <setting id="tmdbsearch" value="false" />
    <setting id="tmdbsearchlanguage" value="en" />
    <setting id="tmdbset" value="true" />
    <setting id="tmdbsetlanguage" value="en" />
    <setting id="tmdbtaglinelanguage" value="en" />
    <setting id="tmdbtags" value="None" />
    <setting id="tmdbthumblanguage" value="en" />
    <setting id="tmdbthumbs" value="true" />
    <setting id="tmdbtitlelanguage" value="en" />
    <setting id="tmdbtrailer" value="true" />
    <setting id="tmdbtrailerlanguage" value="en" />
    <setting id="tomato" value="TomatoMeter" />
    <setting id="trakttvfanart" value="false" />
    <setting id="trakttvposter" value="false" />
    <setting id="trakttvtrailer" value="false" />
</settings>

Tmdb Scraper getting wrong actor(s)?

file naming not working

$
0
0
Hello there

I have created advancedsettings Long time ago, and everything was working without any problem.
recently i downloaded an anime called Attack on taitn

with the following name(s)
[Leopard-Raws] Shingeki no Kyojin Season 2 - 01 RAW (MBS 1280x720 x264 AAC).mp4
[Leopard-Raws] Shingeki no Kyojin Season 2 - 02 RAW (MBS 1280x720 x264 AAC).mp4
[Leopard-Raws] Shingeki no Kyojin Season 2 - 03 RAW (MBS 1280x720 x264 AAC).mp4
[Leopard-Raws] Shingeki no Kyojin Season 2 - 04 RAW (MBS 1280x720 x264 AAC).mp4
[Leopard-Raws] Shingeki no Kyojin Season 2 - 05 RAW (MBS 1280x720 x264 AAC).mp4


the problem I can not get it work with kodi unless i remove ( 1280x720 ) and change it to (either 1280 or 720p)
i checked advancedsettings.xml file
but I couldnt figure it out where to change exactly or what to change to make it work for me.

Code:
<!-- Anything else gets the default blank first capture, which sets the file to season 1. -->
        
        <!-- EG: [avatar-nyanko] Koikoi 7 - 01 (DVD) [5E95FA4A] -->
        <!-- EG: [gg]_Chuunibyou_Demo_Koi_ga_Shitai!_-_01_[5B6EFD1F] -->
        <!-- EG: [Eclipse] Akane-iro ni Somaru Saka - 01 (1024x576 h264) [39920E63].mkv -->
        <!-- EG: [gg]_Bakemonogatari_-_01_[CC0CF5D2].mkv -->
        <!-- EG: [Doki]_Asobi_ni_Iku_yo!_-_03v2_(1280x720_h264_AAC)_[B5B9C6F3].mkv -->
        <!-- EG: [Coalgirls]_Yuru_Yuri_02_(1280x720_Blu-Ray_FLAC)_[43E5A6B4] -->
        <!-- EG: Touch 01(DVD) - (112ceb61) Central Anime  -->
        <!-- EG: Cross Game 02 - Central Anime (1280x720) [BF23052D].mp4 -->
        <!-- EG: [Taka]_Naruto_Shippuuden_135_[480p][9073B8C2] -->

        <regexp>(?i)((?=\b|_))(?:[ _.-]*(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?)+(?=\b|_)[^])}]*?(?:[[({][^])}]+[])}][ _.-]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
Viewing all 707 articles
Browse latest View live