Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 3, 2024. It is now read-only.
/mediascorePublic archive

Media scoring CLI tool that queries OMDb, IMDB, Rotten Tomatoes and Mediacritic for media ranking

License

NotificationsYou must be signed in to change notification settings

dkorunic/mediascore

Repository files navigation

GitHub licenseGitHub releasecodebeat badgeGo Report Card

About

Mediascore is a CLI tool to display rankings for TV series or movies from IMDB, Rotten Tomatoes and Metacritic in a simple table format so that you can easily decide what to watch next and if it is worth your time.

Program will accept one or more paths being given and will parse all media files in attempt to classify media title, year, season and episode information and queryOMDb,IMDB,Rotten Tomatoes andMediacritic searching for media information and rankings, eventually displaying separately the movie ranking table and the TV episode ranking table.

asciicast

Caveats

Usingmediascore requiresOMDb API key, obtainablehere. Note that a free key is limited to 1,000 API calls per day, but all successful results are being cached. I strongly urge you to donate to Brian if you find OMDb useful.

Trying to score a large volume of media files could potentially lead to Rotten Tomatoes or Metacritic blacklisting your IP, so use wisely.

Media parsing information from the filename is being done byparse-torrent-name Go library which is not without issues, so make sure to haveKodi-compatible file naming if possible.

Rotten Tomatoes and Mediacritic scraping is simply horribly done, I know.

Installation

Manual

Download your preferred flavor fromthe releases page and install manually.

Using go get

go get https://github.com/dkorunic/mediascore

Usage

Usage: mediascore [-ch] [parameters ...] -c, --clean  clean cache before scoring media -h, --help   displayhelp

Typical use case is to invokemediascore on one or more media (for instance ones exported through SMB to Kodi or Plex) network/local folders like below:

OMDB_API_KEY=XXX ./mediascore"/Volumes/XBMC/TV Shows"

We are exporting OMDb API key as environment variableOMDB_API_KEY and using mediascore to parse locally mounted XMBC volume. Environment variableOMDB_API_KEY can also be permanently set and exported in your shell profile/configuration files for future use.

When unsure what ismediascore doing, you can also setDEBUG=1 environment variable for a bit more verbosity.

Bugs, feature requests, etc.

Please open a PR or report an issue. Thanks!

About

Media scoring CLI tool that queries OMDb, IMDB, Rotten Tomatoes and Mediacritic for media ranking

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp