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

VideoInfoScanner tries to demux a folder #22406

Open
7 tasks
fhriley opened this issue Jan 6, 2023 · 2 comments
Open
7 tasks

VideoInfoScanner tries to demux a folder #22406

fhriley opened this issue Jan 6, 2023 · 2 comments
Labels
Ignored rules issue that does not follow the rules (no template, missing debug log, ...)

Comments

@fhriley
Copy link
Contributor

fhriley commented Jan 6, 2023

Bug report

Describe the bug

When scraping a tv show, VideoInfoScanner calls GetDetails. If that is successful, it then calls AddVideo. That sequence is seen here. AddVideo eventually calls CDVDFileInfo::GetFileStreamDetails here. The problem is it calls it on folders, which then results in this error in the logs: Open - error probing input format, /path/to/tvshow/folder. Should there be a if (!pItem->m_bIsFolder) around that call or some other check? Strangely, this only started happening after converting a matrix scraper to use the new InfoVideoTag in Nexus.

Expected Behavior

It doesn't try to demux a folder.

Actual Behavior

It tries to demux a folder.

Possible Fix

if (!pItem->m_bIsFolder)?

To Reproduce

Steps to reproduce the behavior:

  1. Run a scraper that uses InfoVideoTag in Nexus.

Debuglog

The debuglog can be found here:

kodi.log

Screenshots

Here are some links or screenshots to help explain the problem:

Additional context or screenshots (if appropriate)

Here is some additional context or explanation that might help:

Your Environment

Used Operating system:

  • Android

  • iOS

  • tvOS

  • Linux

  • macOS

  • Windows

  • Windows UWP

  • Operating system version/name:

  • Kodi version:

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

@CastagnaIT CastagnaIT added the Ignored rules issue that does not follow the rules (no template, missing debug log, ...) label Jan 6, 2023
@CastagnaIT
Copy link
Collaborator

each time you open an issue is always mandatory provide a log with debug enabled

@fhriley
Copy link
Contributor Author

fhriley commented Jan 6, 2023

each time you open an issue is always mandatory provide a log with debug enabled

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ignored rules issue that does not follow the rules (no template, missing debug log, ...)
Projects
None yet
Development

No branches or pull requests

2 participants