Kodi Community Forum

Full Version: Nightly build / Developer thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
should be fixed in the build tomorrow
(2016-05-24, 09:06)mlaggner Wrote: [ -> ]should be fixed in the build tomorrow

Yup, fixed now.. thanks! I started with a new DB today and after refreshing my sources, media information wasn't parsed as usual. TMM crashed a cpl of times. After manually selecting shows and hitting update media information worked. It must have been some temporary glitch. Adding logs just in case. Also is it possible to add HEVC label image for shows?
http://xbmclogs.com/p8pvvlxjy
http://xbmclogs.com/p4uaemjfz
this is a complete jvm crash which is caused by the mediainfo lib.
You have libmediainfo 0.7.84 in your system, 0.7.85 is the actual one. Please try to up/downgrade to another version
(2016-05-26, 09:30)mlaggner Wrote: [ -> ]this is a complete jvm crash which is caused by the mediainfo lib.
You have libmediainfo 0.7.84 in your system, 0.7.85 is the actual one. Please try to up/downgrade to another version

Are you saying that 0.7.85 is a problem, or that 0.7.84 is a problem?
I think 0.7.84 is a problem at akya's installation.

I have 0.7.85 on my arch install an have no problems at all
With the latest beta loading of movies crashes.

Java Crash during load of movie directory

Thanks.
a new build is up with a fix for that
Thanks.
TV show list won't recognize poster for "Specials". I think I remember this has happened before. Check screenshots -
Code:
https://www.dropbox.com/s/1cpxvrlxxcqltmf/Selection_148.png?dl=0
https://www.dropbox.com/s/8t52k6mx9lpm1qt/Selection_149.png?dl=0

Also I was replacing some movies with better version of the same movie, I removed previous movie file + subtitle and added new movie file + subtitle, refreshed source, When I clicked rename, the movie and subtitle was renamed but during cleanup, one of the poster was removed.
I keep 2 poster files. folder.jpg and <dynamic>-poster. Out of these 2, dynamic poster was removed. Once I click rename again, TMM adds the 2nd poster as expected.
the fix for the specials folder is in 2.8.1
the other issue has to be analyzed
(2016-06-14, 19:19)mlaggner Wrote: [ -> ]the fix for the specials folder is in 2.8.1
the other issue has to be analyzed

I am on latest dev build and also tried re-initializing database but still the specials posters aren't appearing, So I checked the relevant commit on github (e5ab30a). In the code it says

Code:
if (mf.getFilename().startsWith("season-special-poster")) {

Whereas the poster name is season-specials-poster. This is maybe the reason it's not working? This is just an observation though and I maybe wrong.
you are absolutely right.. we write the season-specials-poster and search for season-special-poster

dunno why no one ever complained about that - this has been in for ages

nevertheless - that's fixed now
Yup, its working now

(2016-06-14, 11:50)akya Wrote: [ -> ]Also I was replacing some movies with better version of the same movie, I removed previous movie file + subtitle and added new movie file + subtitle, refreshed source, When I clicked rename, the movie and subtitle was renamed but during cleanup, one of the poster was removed.
I keep 2 poster files. folder.jpg and <dynamic>-poster. Out of these 2, dynamic poster was removed. Once I click rename again, TMM adds the 2nd poster as expected.
To test this, try renaming already renamed movie with following settings for artwork. Dynamic poster gets removed during first rename/cleanup and appears if you rename again.

Code:
https://www.dropbox.com/s/bstvhxn1bkise2n/Selection_151.png?dl=0
Upgraded to Fedora 24 and using latest nightly, I am getting this -
Code:
14:53:12.999 ERROR org.tinymediamanager.scraper.http.Url - bad http response: 403 ; Forbidden
14:53:14.633 ERROR org.tinymediamanager.scraper.http.Url - bad http response: 403 ; Forbidden
14:53:15.243 ERROR org.tinymediamanager.scraper.http.Url - bad http response: 403 ; Forbidden
14:53:15.495 WARN  org.tinymediamanager.core.ImageCache - problem caching file: cannot create image - file seems not to be valid? /media/TV/Continuing/Game of Thrones/Season 6/Game of Thrones - 6x10 - The Winds of Winter-thumb.jpg

Log is here - tmm_logs

I think this is api related or maybe my stupid internet connection , I dunno. :/
http 403 (forbidden) is the response from tvdb..
there is nothing _we_ can do..
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15