Kodi Community Forum
Media Companion 3 beta's - Now with Music Video support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Media Companion 3 beta's - Now with Music Video support (/showthread.php?tid=129134)



RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-20

(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.....


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-20

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>



RE: Media Companion 3 beta's - Now with Music Video support - marhutchy - 2018-02-20

Hi @vbat99... How long before we get the update that fixes the IMDb and TMDB mixed ratings and votes?


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-20

(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.


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-21

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


RE: Media Companion 3 beta's - Now with Music Video support - artistwantab - 2018-02-23

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.


RE: Media Companion 3 beta's - Now with Music Video support - Edworld - 2018-02-23

(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?


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-23

Was working about an our ago, possibly an issue with the APi server.

Give it an hour and try again.


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-23

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


RE: Media Companion 3 beta's - Now with Music Video support - artistwantab - 2018-02-23

Looks like the latest release solved the problem for me.

Thanks!!


RE: Media Companion 3 beta's - Now with Music Video support - john8546 - 2018-02-23

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.


Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-24

Crap.

Probably due to source forge server change.

OK, will look into it.

Thanks.


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-24

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.


RE: Media Companion 3 beta's - Now with Music Video support - Edworld - 2018-02-25

(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?


RE: Media Companion 3 beta's - Now with Music Video support - vbat99 - 2018-02-25

(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.