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

could not parse season number #219

Open
pbiswal opened this issue Oct 23, 2021 · 0 comments
Open

could not parse season number #219

pbiswal opened this issue Oct 23, 2021 · 0 comments

Comments

@pbiswal
Copy link

pbiswal commented Oct 23, 2021

Hi all,
I just setup the project on my NAS using docker. I followed the setup guide on github. Right now the only problem i have is the scan library function is not detecting most of my content.

My structure is something like this and in the docker-compose.yml i have set volumes to /volume1/video:/usr/library. When I do scan library, for films the api shows 0 results. For tvshows, while the "bobarr-api" detects the tvshow names but does not find any episodes, except Onepunch man 😦

/volume1/video
|-films
|-- english
|---- Forest.Gump
|---- Iron.Man.3
|-- french
|---- ...
|-- spanish
|---- ...
|-- ...

|-tvshows
|-- Attack.On.The.Titans
|---- 1x01 - To You, 2000 Years in the Future The Fall of Zhiganshina.mp4
|---- ...
|-- Breaking.Bad
|---- Season.01
|------ 1x01 - Pilot.mkv
|-- One.Punch.Man
|---- One-Punch Man - 01 - The Strongest Man.mkv
|---- ...
|-- ...

After debugging further I found that, my NAS actually creates some metadata files for tracking internally using its media server module ( example : @eadir / @SynoEAStream ).
ScanLibrary - could not parse season number - {"season":"/usr/library/tvshows/Walking.Dead/@eaDir"}

Would it be possible to provide a way in environment variable to ignore such files so that the scanner can work gracefully ?

Additionally, it does not seem to support nested structures. So can not find any content which has Season.01 under the tvshow name.

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

No branches or pull requests

1 participant