• 1
  • 283
  • 284
  • 285(current)
  • 286
  • 287
  • 393
Media Companion 3 beta's - Now with Music Video support
(2018-02-20, 02:29)Edworld Wrote: If and when you decide to do the same with metacritics, i wonder if the kodi database can manage 90 as a rating and not force metacritic to be displayed as 9.0

I had a quick look at metacritics, but I do not know how or where Kodi is getting that data from.

MC has a free OMDbAPI key, but with 1000 daily limit, this gets hit very fast, so not sure if Metacritics data is coming from them.

Edit: Never mind, I see this also comes from IMDb. This can be added to MC for sure....just not so sure how to display all these ratings.....
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
MC was suppose to get MetaCritic score from OMDbapi, but now that I see it is available on IMDb, this has been fixed.
Next release will have
Code:
<sorttitle>Beetlejuice</sorttitle>
    <ratings>
        <rating name="themoviedb" max="10">
            <value>7.2</value>
            <votes>1826</votes>
        </rating>
        <rating name="imdb" max="10" default="true">
            <value>7.5</value>
            <votes>213003</votes>
        </rating>
        <rating name="metacritic" max="10">
            <value>7</value>
            <votes>14</votes>
        </rating>
    </ratings>
    <year>1988</year>
As well as the normal
Code:
<metascore>7.0</metascore>
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
Hi @vbat99... How long before we get the update that fixes the IMDb and TMDB mixed ratings and votes?
Laptop: Dell Inspiron i7559-2512BLK | Windows 10 Pro x64 | Intel Core i7 6700HQ (2.60 GHz) | 1 TB + 8 GB SSHD
Kodi 18.3
MiniPC: LibreELEC 8.2.1
Sharing Media: SMB (HDD: 2 TB, 1 TB) | Media Manager/Organizer - Media Companion
Reply
(2018-02-20, 11:59)marhutchy Wrote: Hi @vbat99... How long before we get the update that fixes the IMDb and TMDB mixed ratings and votes?

All going according to plan, within the next 12 hours.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
New Release.
Media Companion 3.696b
With Kodi 17, allows multiple sources of Rating/Votes. MC now supports TMDB, IMDb and MetaCritic Ratings and Votes in a Movies nfo.

New:
  • MC - Add setting to allow running multiple Media Companions. Recommend only from different folders.

Fixed:
  • MC - Add correct file for E-AC-3 audio codec.
  • Movie - Fix rescrape Ratings and Votes from IMDb when using TMDb scraper and merge Rating and Votes from IMDb into one option.
  • Movie - Store TMDb and IMDb Rating and Votes in movie nfo.
  • Movie - Correctly get MetaCritic data from IMDb.
  • Movie - Refactor IMDB ratings/votes and MetaCritic data.
  • Movie - Batch rescraper alphabetical listing of options. Refactoring.
  • Movie - if not selected 'Include Missing video file' option, then exclude general filter 'Missing Video file (x)'.
  • Movie - Refactor Movie IMDb, IMPA posters to external dll's to reduce code duplication and improve code maintenance.
  • TV - Add image downloading to background tasks.

And, Please, if you experience any crashes, create a Ticket on Media Companion's SourceForge site
Feedback would be appreciated.

Download Link for MC 3.696b x86 & x64

Revision History
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
Anyone having an issue scraping new movies?

Says "TMDB may not be available or Movie Title is invalid"

Just uploaded and installed the latest version.
Reply
(2018-02-23, 00:40)artistwantab Wrote: Anyone having an issue scraping new movies?

Says "TMDB may not be available or Movie Title is invalid"

Just uploaded and installed the latest version.
 And your folder structure is?

did you try an older version?
Reply
Was working about an our ago, possibly an issue with the APi server.

Give it an hour and try again.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
New Release.
Media Companion 3.697
Fix for TMDb Movie scraping.

New:

Fixed:
  • TV - Fix batch rescrape wizard Series Actors if from TMDb.
  • MC - Pad out Actor Id's to 7 characters in length. Keeps in line with ID's from IMDb, and fixes error when saving to numerical folders.
  • Movie - Fix issue where Actor Id's were converted to Integer, removing leading zero's.
  • Movie - Update TMDB scraper..

And, Please, if you experience any crashes, create a Ticket on Media Companion's SourceForge site
Feedback would be appreciated.

Download Link for MC 3.697b x86 & x64

Revision History
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
Looks like the latest release solved the problem for me.

Thanks!!
Reply
Hello Rob,

MC do not check new version at startup and do not even prompt to download new version from sourceforge.net. I checked in general tab both the options are selected.

Thanks John.
Reply
Crap.

Probably due to source forge server change.

OK, will look into it.

Thanks.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
Change in servers at SourceForge is not allowing the existing code to read the Folder titles, causing MC to fail to detect a new release.
I will place a fix for the next release, but it will be the release after the next that will be detected.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
(2018-02-20, 05:23)vbat99 Wrote: MC was suppose to get MetaCritic score from OMDbapi, but now that I see it is available on IMDb, this has been fixed.
Next release will have
Code:
<sorttitle>Beetlejuice</sorttitle>
<ratings>
<rating name="themoviedb" max="10">
<value>7.2</value>
<votes>1826</votes>
</rating>
<rating name="imdb" max="10" default="true">
<value>7.5</value>
<votes>213003</votes>
</rating>
<rating name="metacritic" max="10">
<value>7</value>
<votes>14</votes>
</rating>
</ratings>
<year>1988</year>
As well as the normal
Code:
<metascore>7.0</metascore>
I can see imdb and tmdb with ratings and votes, but not metacritics.

Can you set the max value on metacritics to 100? and will kodi handle a value higher than 10?
Reply
(2018-02-25, 04:57)Edworld Wrote:
(2018-02-20, 05:23)vbat99 Wrote: MC was suppose to get MetaCritic score from OMDbapi, but now that I see it is available on IMDb, this has been fixed.
Next release will have
Code:
<sorttitle>Beetlejuice</sorttitle>
<ratings>
<rating name="themoviedb" max="10">
<value>7.2</value>
<votes>1826</votes>
</rating>
<rating name="imdb" max="10" default="true">
<value>7.5</value>
<votes>213003</votes>
</rating>
<rating name="metacritic" max="10">
<value>7</value>
<votes>14</votes>
</rating>
</ratings>
<year>1988</year>
As well as the normal
Code:
<metascore>7.0</metascore>
I can see imdb and tmdb with ratings and votes, but not metacritics.

Can you set the max value on metacritics to 100? and will kodi handle a value higher than 10?

Have you selected that option in Movie Preferences -> Scraper tab, TMDB XBMC scraper, Metascore
If your using IMDb scraper, then Metascore is automatically scraped.

But note: Not all movies have a Metascore on IMDb.
Media Companion Dev.
Media Companion - Kodi / XBMC - Media Companion
Reply
  • 1
  • 283
  • 284
  • 285(current)
  • 286
  • 287
  • 393

Logout Mark Read Team Forum Stats Members Help
Media Companion 3 beta's - Now with Music Video support10