Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support to Bluray Folders when using export strm files #58

Closed
gsantosoliver opened this issue Mar 12, 2019 · 7 comments
Closed

Add Support to Bluray Folders when using export strm files #58

gsantosoliver opened this issue Mar 12, 2019 · 7 comments

Comments

@gsantosoliver
Copy link

gsantosoliver commented Mar 12, 2019

Describe the bug
I have one Bluray folder in my movie source that is messing up the Movies library after the scraper runs. The problem is that Kodi is displaying all kids of crazy stuff after the movie scrapper runs:

  • Lots of movies called 'The Last Playlist'
  • Movie called 'The Certificate'
  • Another called 'Kung Fu Hustle'
  • Lots of movies called 'The Stream'

To Reproduce

  1. Make sure you have the Google Drive add-on setup properly with an account that has at least one Bluray Movie Folder with the structure as follows:
 The.Devil.Wears.Prada.2006.1080p
 - BDMV
 - CERTIFICATE
 - SLYVM
  1. Make sure you are using the Export to .strm files feature that included the Bluray movie folder on step 1 and you have exported it already.
  2. Make sure you have a Movie source setup to use the folder structure exported on step 2
  3. Run the movie scraper feature when setting up the movie source, wait for it to complete and go check the Movie section and check for Movie titles such as 'The Certificate', 'Kung Fu Hustle', 'The Stream', 'The Backup Plan' etc....

Your debug log file
Here is the log file (its so big that https://paste.kodi.tv/ could not handle it): https://goo.gl/mJLGmf

Screenshots
Screenshot_20190312-002904
Screenshot_20190312-002912
Screenshot_20190312-002920
Screenshot_20190312-002924
Screenshot_20190312-002939

Additional Information
A Tem-Kodi Member whose id is Karellen (https://forum.kodi.tv/member.php?action=profile&uid=379004) has made the following observations that may help solve the issue:

  1. https://forum.kodi.tv/showthread.php?tid=341905&pid=2832788#pid2832788

That it is not a true Bluray rip.

There should be the following file...
The.Devil.Wears.Prada.2006.1080p/BDMV/index.bdmv

Instead you have...
The.Devil.Wears.Prada.2006.1080p/BDMV/index.bdmv.strm

As Kodi cannot find the correct file, it does not recognise this as a bluray folder and instead is just trying to scrape all the video files in the structure. You will have to figure out how you made that error.

  1. https://forum.kodi.tv/showthread.php?tid=341905&pid=2832815#pid2832815
    I asked

Do you think this is something I need to figure out with the Google Drive add-on's developer instead?

He said:

I would guess yes, ask the add-on developer how to prevent that modification.

Let me know if further information is needed.

@cguZZman
Copy link
Owner

Thanks for the report. I'll add this to the list for futures fixes.
Don't hold your breath tho. Not a lot of time available right now.
If anyone wants to submit a PR, it'll be welcome.

@gsantosoliver
Copy link
Author

Thanks for the report. I'll add this to the list for futures fixes.
Don't hold your breath tho. Not a lot of time available right now.
If anyone wants to submit a PR, it'll be welcome.

Thank you for the reply and support. I have created the Feature Request #60 - please check and let me know if further details are required.

@cguZZman cguZZman added enhancement and removed bug labels Mar 13, 2019
@cguZZman cguZZman changed the title Bluray Folder messing up the Movies Library (scraper) Add Support to Bluray Folders when using export strm files Mar 13, 2019
@gsantosoliver
Copy link
Author

If anyone wants to submit a PR, it'll be welcome.

Oh, I may have misunderstood you - what is a PR?

@gorman42
Copy link

Pull request. It means somebody writes the code needed and asks the mantainer of this repository to add that code to the add-on code.

@gsantosoliver
Copy link
Author

Pull request. It means somebody writes the code needed and asks the mantainer of this repository to add that code to the add-on code.

Oh, I wish I had the expertise and or skills to collaborate that way. I can volunteer to run tests/QA though! ;)

@cguZZman
Copy link
Owner

is the index.bdmv a big file? or smallish metadata file?

@cguZZman
Copy link
Owner

After researching the Kodi sources, bluray files needs to be local and with specific names. There is no way to make it work with strm files. The easy solution is to convert your bluray rip to any stream format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants