Giter Club home page Giter Club logo

vdator's People

Contributors

dependabot[bot] avatar mim-mim avatar werrpy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vdator's Issues

Split paste parser and bdinfo parser

bdInfo parsing should be separate from paste parsing. Make the paste parser only extract the bdinfo and mediainfo. Make a new bdinfo parser class/file.

Make bdinfo tracks use decimal instead of comma

Example:

[ERROR] Video track names missmatch:
BDInfo: MPEG-4 AVC Video / 24919 kbps / 1080p / 23.976 fps / 16:9 / High Profile 4.1
MediaInfo: MPEG-4 AVC Video / 24919 kbps / 1080p / 23,976 fps / 16:9 / High Profile 4.1

Use mediainfo to check track names

Currently, mediainfo track title is compared against the bdinfo track.

The bot should check fields in the mediainfo and build a valid track name to compare against.

Config files instead of env

Write some configuration files for settings instead of using env
Use env only for passwords, such as api keys

Support for encodes

check settings to make sure they are adequate. bframes, ref, crf range, etc
Show compression stats

Actually progressive bug

construct_release_name() method uses a video_fps of 0, therefore it won't detect actually progressive tracks.

mkvtoolnix check crashes on DVDs

https://pastebin.com/RtKHbXpR

Traceback (most recent call last):
  File "/home/user/vdator/venv/vdator/main.py", line 122, in on_message
    reply += checker.check_mkvmerge()
  File "/home/user/vdator/venv/vdator/checker.py", line 268, in check_mkvmerge
    mediainfo_version_name = re.search(version_name_regex_mediainfo, self.mediainfo['general'][0]['writing_application']).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Remove IMDb

  • Remove IMDb API as its glitchy
  • Use TMDb's find() instead

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.