Giter Site home page Giter Site logo

vsrepogui's Introduction

vsrepogui's People

Contributors

thechaoscoder avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

vsrepogui's Issues

Managing both 64-bit and 32-bit not working

I was hoping to use this tool with both 32-bit and 64-bit but found a bug in trying.

I toggled on 64-bit and installed QTGMC which installs the script into AvisynthRepository\SCRIPTS and plugins went to AvisynthRepository\AVSPLUS_x64\plugins
Although what I think is happening is that both my 32-bit and 64-bit scripts folders are set to the same path so it might think QTGMC is installed without checking dependencies first on 32-bit, when it's installed first on 64-bit.

Add pip support

List VS packages which are installable via pip

Needed:

  • list of urls / plugins
  • call pip install / remove ( --user param? Offer checkbox in case there are permission problems)
  • implement pip update check => generate new packages file

AVSRepoGUI code

I am unable to find the code for AVSRepoGUI. There's a compiled release but no source code.

Could the AVSRepoGUI code get its own repository?

Dependencies not installing

Installing havsfunc and muvsfunc did not install several dependencies. Havsfunc was installed without vsutil installing. Several muvsfunc plugins also did not install including: AWarpSharp2, Bilateral, CAS, CTMF, descale, TCanny, and likely many others. All are listed separately in Vsrepogui. VSrepogui was placed in the the pedeps bin directory with listpedeps.exe. Diagnose Problems did not recognize the missing dependencies.

CPU core reporting is wrong.

I have dual E5-2673 v4's so it should report 40 cores / 80 threads depending on how you are counting.

OS: Microsoft Windows 10 Pro
Is 64Bit OS?: True
GPU: NVIDIA Quadro P4000
CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
CPU Cores: 32

image

Crash on Vapoursynth R66

It seems that Vapoursynth R66 has modified the path and parameters of vsrepo.py, causing an exception. The software crashes after starting.

Traceback (most recent call last):
  File "D:\Downloads\VSRepoGUI-master\VSRepoGUI-master\VSRepoGUI\bin\Debug\vsrepo.py", line 220, in <module>
    py_script_path = os.path.join(base_path, 'vs-scripts') if os.path.exists(os.path.join(base_path, 'vs-scripts')) else os.path.dirname(detect_vapoursynth_installation())
                                                                                          ^^^^^^^^^
NameError: name 'base_path' is not defined

portable mode, vsrepogui.json file

{  
    "Bin":"vsrepo.py",
    "win32": {
     "Binaries":"vs-plugins32",
     "Scripts":"vs-scripts"
    },
    "win64": {
     "Binaries":"vs-plugins",
     "Scripts":"vs-scripts"
    }
 }

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.