Git Product home page Git Product logo

hdlg's People

Contributors

dependabot[bot] avatar rlaphoenix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

forksbot

hdlg's Issues

Refresh Button runs on UI thread

The Refresh button runs the worker on the main thread somehow. If you let the HDD sleep then refresh, so it takes time to scan, the UI will freeze until done.

Installation should auto-delete the info.sys file created by hdl-dump

When you run an inject_dvd or inject_cd command, an info.sys file is created (seemingly in the working directory, or possibly next to the hdl-dump binary).

This info.sys file seems relatively pointless, so we might as well just delete it.

Example info.sys file,

title = Demon Stone
title_id = SLUS_208.04
title_sub_id = 0
release_date = 20000101
developer_id =
publisher_id = OPL Launcher
note =
content_web =
image_topviewflag = 0
image_type = 0
image_count = 1
image_viewsec = 600
copyright_viewflag = 1
copyright_imgcount = 1
genre =
parental_lock = 1
effective_date = 0
expire_date = 0
violence_flag = 0
content_type = 255
content_subtype = 0

hdlg not supported on Linux or macOS

I installed hdlg using pip on Linux Mint 20.3. It installed fine, but it fails to run. Line 5 in hdlg/ui/main.py tries to import pythoncom module. With some searching, it looks like that module is part of Active Python or PyWin32, and it only works on Windows.

To reproduce:

  1. Install Linux somewhere (maybe use WSL2 or a virtual machine?)
  2. Make sure pip is installed. In Mint, I had to run apt install python3-pip.
  3. Install hdlg via pip install --user hdlg
  4. If pip says ~/.local/bin isn't in PATH, add this to it via your bashrc with a line like PATH="${PATH}:${HOME}/.local/bin". Source your new bashrc by running . ~/.bashrc in your existing shell(s).
  5. Start hdlg

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.