nova-video-player / aos-AVP

NOVA opeN sOurce Video plAyer: main repository to build them all
Apache License 2.0
3.49k stars 201 forks source link

Animation row lists every single episode of shows #471

Closed ghost closed 3 years ago

ghost commented 3 years ago

I like using rows, however, if I activate it for animation the row lists every single episode there rather than just the show itself like it is for normal TV shows.

courville commented 3 years ago

Since all categories have changed migrating from tvdb to tmdb, what you describe could be a consequence of this migration if you have not fully rescrape all your video collection. At this point with 6.x version, I would recommend to perform a fresh install. Unfortunately there is no easy migration process for movie/tvshow categories especially with the various translations/locales given the former implantation of the feature. Please let me know if the issue is still there after fresh install and scrape.

ghost commented 3 years ago

Did a completely fresh install and made sure not to process nfo files. Issue persists and the app also crashes on me (Chromecast) when using the rescrape all option in the preferences.

courville commented 3 years ago

Yep you are right sorry I misread your issue. Fresh install does not require to do the rescrape all since it will scrape all once. Crash noted:

java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow.  Make sure the Cursor is initialized correctly before accessing data from it.
    at android.database.CursorWindow.nativeGetLong(Native Method)
    at android.database.CursorWindow.getLong(CursorWindow.java:542)
    at android.database.AbstractWindowedCursor.getLong(AbstractWindowedCursor.java:77)
    at android.database.CursorWrapper.getLong(CursorWrapper.java:131)
    at android.database.CursorWrapper.getLong(CursorWrapper.java:131)
    at com.archos.mediascraper.AutoScrapeService$3.run(SourceFile:461)
courville commented 3 years ago

Proposed resolution: list animation shows (not episodes) and animation movies only.

ghost commented 3 years ago

Issue fixed on my end with newest build.