Kodi Community Forum

Full Version: Not All My Movies Appear In My Library After Scrape
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am so sure this has been asked before. I did a search and couldn't quite find my issue. I have quite a bit of movies that aren't appearing in my library after Kodi scrapes my NAS. I copied over my source and advancedsettings info. Is there something I need to change in these to scrape more? I have mixed .m2ts .mkv and .mp4 files. Any help would be much appreciated!

xml:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>HDMovie_testserver</name>
            <path pathversion="1">nfs://192.168.*.***/volume1/Media/Movies/</path>
        </source>
    
        <source>
            <name>TVShows_testserver</name>
            <path pathversion="1">nfs://192.168.*.***/volume1/Media/TV/</path>
        </source>
    </video>

    <music>
      <source>
            <name>Music_testserver</name>
            <path pathversion="1">nfs://192.168.*.***/volume1/Media/Music/</path>
        </source>
    </music>
</sources>

<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.*.***</host>
        <port>3307</port>
        <user>*****</user>
        <pass>************</pass>
    <name>kodi1_video</name>
    </videodatabase> 

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.*.***</host>
        <port>3307</port>
        <user>*****</user>
        <pass>************</pass>
    <name>kodi1_Music</name>
    </musicdatabase>
</advancedsettings>
Any reason for using alternate database names?
<name>kodi1_video</name>
<name>kodi1_Music</name>

Database names are usually also uppercase lowercase sensitive. Just wondering, that's all.

Other than that, providing a debug-enabled kodi log via a pastebin service file would be a good follow up.
(2021-06-04, 16:54)Klojum Wrote: [ -> ]Any reason for using alternate database names?
<name>kodi1_video</name>
<name>kodi1_Music</name>

Database names are usually also uppercase lowercase sensitive. Just wondering, that's all.

Other than that, providing a debug-enabled kodi log via a pastebin service file would be a good follow up.
I got the source and advancesettings files from a youtube video showing how to connect my NAS to Kodi., so it was literally copy and paste. I will look into the debug log today.
(2021-06-04, 16:54)Klojum Wrote: [ -> ]Any reason for using alternate database names?
<name>kodi1_video</name>
<name>kodi1_Music</name>

Database names are usually also uppercase lowercase sensitive. Just wondering, that's all.

Other than that, providing a debug-enabled kodi log via a pastebin service file would be a good follow up.
Here is the Kodi.log,. I did an update library before I exited out.

https://zerobin.net/?0c31c1b0f1ad53d3#M2...Iv+P9qMEk=
That's quite a log file. Any particular movies that are misbehaving?
(2021-06-04, 22:18)Klojum Wrote: [ -> ]That's quite a log file. Any particular movies that are misbehaving?

I believe there are 1224-ish movies in the folder., and only 409 show in the library., I can see them all in the Files Section., but not the library.
(2021-06-04, 21:53)wtwaggoner Wrote: [ -> ]https://zerobin.net/?0c31c1b0f1ad53d3#M2...Iv+P9qMEk=
Just looking at the very first two movies...
Battle For Los Angeles [2011]
Daylan Dog - Dead of Night [2011]

Neither of them exist at TheMovieDB... https://www.themoviedb.org/
If they do exist, provide the links here.

I guess you have your movies named using alternate names that are not added at TMDB.
(2021-06-04, 22:56)Karellen Wrote: [ -> ]
(2021-06-04, 21:53)wtwaggoner Wrote: [ -> ]https://zerobin.net/?0c31c1b0f1ad53d3#M2...Iv+P9qMEk=
Just looking at the very first two movies...
Battle For Los Angeles [2011]
Daylan Dog - Dead of Night [2011]

Neither of them exist at TheMovieDB... https://www.themoviedb.org/
If they do exist, provide the links here.

I guess you have your movies named using alternate names that are not added at TMDB.
Yup., I just renamed Battle For Los Angeles -> Battle Los Angeles and it was added to the Library. Damn it LOL,. I renamed that many files wrong. Oh man do I have a project ahead of me if I have to check each one Sad
(2021-06-04, 22:56)Karellen Wrote: [ -> ]
(2021-06-04, 21:53)wtwaggoner Wrote: [ -> ]https://zerobin.net/?0c31c1b0f1ad53d3#M2...Iv+P9qMEk=
Just looking at the very first two movies...
Battle For Los Angeles [2011]
Daylan Dog - Dead of Night [2011]

Neither of them exist at TheMovieDB... https://www.themoviedb.org/
If they do exist, provide the links here.

I guess you have your movies named using alternate names that are not added at TMDB.

I did a search in the log for 'it won't be added to the library' and it only popped up like 3 movies. Any way to search for why the other 800+ movies weren't added?

Battle For Los Angeles [2011]
Daylan Dog - Dead of Night [2011]
Ghosts of Girlfiends Past [2009]
Try removing the year from a couple of titles. Perhaps the scraper will find more similar titles that way.

Also, how sure are you that your 800+ movies all have no typo errors like Ghosts of Girlfiends Past => Girlfriend's ?
(2021-06-07, 17:59)Klojum Wrote: [ -> ]Try removing the year from a couple of titles. Perhaps the scraper will find more similar titles that way.

Also, how sure are you that your 800+ movies all have no typo errors like Ghosts of Girlfiends Past => Girlfriend's ?
I am not sure at all on the typos. I can try the year thing and see what that does. Just trying to find the easiest way about this.
(2021-06-07, 17:26)wtwaggoner Wrote: [ -> ]Any way to search for why the other 800+ movies weren't added?
You mean movies like Con Air, Collateral, Back to the Future etc, are not in the library either?

If you go to Videos>Files and to your movies, if you highlight one movie not in the library and press i on your keyboard, does it get added to the library? If no, what is the error message? Capture that in a Debug Log

Also, I think you are running into this problem here... https://github.com/xbmc/xbmc/issues/15768, especially for Halloween movies and collection
You can either apply the fix mentioned in that report or change your scrapers to:
For movies... https://kodi.wiki/view/Add-on:The_Movie_Database_Python
For TV shows... https://kodi.wiki/view/Add-on:TMDb_TV_Shows
First off thank you two for helping me out! Smile  I did a couple of things., I enabled The Movie Database Python., I didn't see any change as I am still seeing the original scraper working., ? Secondly I enabled the Debug Log and went to the files sections and entered 'I' over Zootopia as it wasn't in my Library., it gave me an option of two movies. Once I selected the correct one it populated in the Library. 

Also Con Air, Collateral and The Back to The Futures are all there with no manual importing to library. 

The Log below is when I chose Zootopia

https://zerobin.net/?61d62ae6ab13e066#LJ...QyFr42szc=
(2021-06-07, 22:07)wtwaggoner Wrote: [ -> ]The Log below is when I chose Zootopia
The log shows that the movie was scraped correctly.

Are you sure all these movies are not in your library? Could you go to your Sideblade Menu and ensure you have All Videos set... https://kodi.wiki/view/Basic_controls#Sideblade_Menu
How many movies are in your library according to the All Videos count?
Otherwise it is some MySQL quirk that I cannot assist with. I don't use MySQL

You are still using the original scrapers. Change Scrapers at Step 5b and adjust your settings at 5c. Also ensure 5d is disabled as you don't seem to be using Movie Folders.

Image
(2021-06-07, 22:21)Karellen Wrote: [ -> ]
(2021-06-07, 22:07)wtwaggoner Wrote: [ -> ]The Log below is when I chose Zootopia
The log shows that the movie was scraped correctly.

Are you sure all these movies are not in your library? Could you go to your Sideblade Menu and ensure you have All Videos set... https://kodi.wiki/view/Basic_controls#Sideblade_Menu
How many movies are in your library according to the All Videos count?
Otherwise it is some MySQL quirk that I cannot assist with. I don't use MySQL

You are still using the original scrapers. Change Scrapers at Step 5b and adjust your settings at 5c. Also ensure 5d is disabled as you don't seem to be using Movie Folders.

Image
Python is now up and running! I mean like it's only on 'B' and 143 movies have been added to the library Smile will report back when its done.
Pages: 1 2