heroic-gogdl
GOG download module for Heroic Games Launcher
Purpose
This will take care of downloading games from GOG in Heroic.
GOG download module for Heroic Games Launcher
This will take care of downloading games from GOG in Heroic.
fixes https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues/1298
gogdl/dl/linux_native.py", line 120
subprocess.run(command, shell=True)
maybe subprocess.run(command, shell=True, encoding="utf-8")
will workt, but probably more than just this location
[📦 com.heroicgameslauncher.hgl ~]$ /app/bin/heroic/resources/app.asar.unpacked/build/bin/linux/gogdl info 1207659093 --token="redacted" --lang=en-US --os windows
[API] INFO: Getting info from products endpoint for id: 1207659093
[DOWNLOAD_MANAGER] INFO: Checking compatibility of Ultima™ 9: Ascension with windows
[DOWNLOAD_MANAGER] INFO: Game is compatible
[DOWNLOAD_MANAGER] INFO: Depot version: 1
[API] INFO: Getting Dependencies repository
[API] INFO: Getting repository manifest
Traceback (most recent call last):
File "gogdl/cli.py", line 44, in <module>
File "gogdl/cli.py", line 41, in main
File "gogdl/dl/manager.py", line 43, in calculate_download_size
File "gogdl/dl/manager.py", line 206, in collect_depots
IndexError: string index out of range
[5] Failed to execute script 'cli' due to unhandled exception!
Currently it is necessary to go to the Store tab, scroll to the free games, and buy them manually. It is also necessary to check periodically whether or not new games are present.
It would be easier if this process was automated.
C:\Users\user>gogdl.exe info 1434370838 --token="redacted" --lang=en-US --os windows
[API] INFO: Getting info from products endpoint for id: 1434370838
[DOWNLOAD_MANAGER] INFO: Checking compatibility of Windward with windows
[DOWNLOAD_MANAGER] INFO: Game is compatible
[DOWNLOAD_MANAGER] INFO: Depot version: 2
[API] INFO: Getting Dependencies repository
[API] INFO: Getting repository manifest
Traceback (most recent call last):
File "gogdl\cli.py", line 44, in <module>
File "gogdl\cli.py", line 41, in main
File "gogdl\dl\manager.py", line 43, in calculate_download_size
File "gogdl\dl\manager.py", line 169, in collect_depots
File "gogdl\dl\objects.py", line 24, in __init__
KeyError: 'compressedSize'
[5756] Failed to execute script 'cli' due to unhandled exception!
Progress now reports stats like disk activity.
With this all child processes are handled by gogdl.
So killing gogdl will kill sub processes etc..
This change allows us to track all processes. Eliminates risk when process "escapes" and gogdl exits, making Heroic think game is not started.
Also uses brilliant abstraction used in lutris-wrapper
for /proc
serialization
There is currently no solution to remove files from the cloud. A user might want to remove their files from the cloud for privacy reasons, or they might have uploaded the wrong folder on accident and included personal information in those files.
This PR extends the existing command pool by adding a save-clear
command to the cli. This command doesn't take all the arguments of save-sync
since most of them are unnecessary.
It requires path
, id
and --os|platform
arguments, and accepts --token
and --name
arguments.
The command lists all the files in the cloud and uses the existing remove_file(file)
method to send a DELETE request for each. If it succeeds, the cloud bucket for the game will be empty.
I've tested this by uploading a miscelanious amount of random files, verifying they indeed existed by downloading them and then verifying that they would no longer download after running this command.
I intend to open a PR in the Heroic Launcher repo if/when this gets merged, adding the ability for Heroic users to clear their cloud saves at any time from the Game Settings.
It would be nice to have a command to get information about a potential download of a game in a specific installation directory, without actually installing the game in the process.
I imagine something like gogdl install-info game --install_dir="some path"
(not sure if this follows the project's conventions, just an example)
The command would output at least this information:
(*) to add some clarification here, it's not the size of the uncompressed files in the disk, it's the size of the compressed files that would be downloaded, if the files on disk are uncompressed and the downloaded files are compressed we want the value of the compressed files which is the actual amount we are not re-downloading
We could include, as extra, some calculations with those numbers:
total - reusable
to know how much is left in absolute units(total - reusable) / total
to know how much is left in %These last extra numbers are not critical for this feature, we can calculate that with the other 2 values anyway
https://github.com/Heroic-Games-Launcher/heroic-gogdl/blob/main/.github/workflows/build.yaml
do you have some documentation how i can build this?
this is all im getting so far
pyinstaller --onefile --name gogdl ?? gogdl/cli.py
it builds but unsuccessfully calls errors when run
heroic-gogdl/dist $ ./gogdl
Traceback (most recent call last):
File "gogdl/cli.py", line 35, in <module>
File "gogdl/cli.py", line 16, in main
File "gogdl/args.py", line 7, in init_parser
File "argparse.py", line 1716, in add_subparsers
TypeError: __init__() got an unexpected keyword argument 'required'
[2028] Failed to execute script 'cli' due to unhandled exception!
issue im having is glibc 2.29 requirements in your CI build environment https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues/1015
Full Changelog: https://github.com/Heroic-Games-Launcher/heroic-gogdl/compare/v0.3...v0.4
Source code(tar.gz)This release includes some fixes and its partially in Heroic already
Full Changelog: https://github.com/Heroic-Games-Launcher/heroic-gogdl/compare/v0.2...v0.3
Source code(tar.gz)This release adds:
--version
parameter--override-exe
parameter when launching gamesFixes:
targetDir KeyError
Full Changelog: https://github.com/Heroic-Games-Launcher/heroic-gogdl/compare/v0.1...v0.2
Source code(tar.gz)Release contained in Heroic 2.2.1
Source code(tar.gz)File Downloader Watches a file containing download links and runs a command to download them. The link file is in form of: # comment DOWNLOAD_LINK
YouTube Downloader by PyTube O que é o YouTube Downloader by PyTube? YouTube Downloader by PyTube é um software simples para baixar vídeos no YouTube
The PornHub Downloader is a powerfull script used to download and manage both videos and pictures
Song-Downloader-Bot A BOT TO DOWNLOAD SONGS FROM YOUTUBE. Mandatory variables API_ID - Get It From my.telegram.org API_HASH - Get It From my.telegram.
Youtube Video Downloader Download multiple videos in one go! How to Use 1.First type the video you want to download 2.On clicking the Search button yo
이미지 다운로드(har, python, js 사용) 로그인이 필요한 사이트에서 DevTools로 이미지를 다운받는 방법은 조금 까다로웠다. 가장 쉽게 할 수 있는 방법을 찾아보았다. 사용법 F12를 눌러 DevTools를 실행 Network 탭으로 이동 페이지 새로고침
Youtubist Basically fork of yt-dlp python module to my needs. You can paste playlist or channel link on the YouTube. It will automatically format to s
SubGrab - Command-line Subtitles Downloader: A utility which provides an ease for automating media i.e., Movies, TV-Series subtitle scraping from mult
udemy-dl A cross-platform python based utility to download courses from udemy for personal offline use. Warning Udemy has started to encrypt many of t
Search & download music from a certain streaming service
Youtube-Downloader Download videos and audio with a graphical interface in python Windows To run windows using Command Prompt python main.py linux To
Anime Track 一个在新番更新后第一时间自动下载的小工具. 可以根据自定义的关键字在dmhy等BT下载站在搜索结果更新时将磁力链发送至aria2实现自动下载. 基本功能包含: 将BT下载站的某个关键字的搜索结果的所有磁力链添加至ARIA2 自动更新aria2 trackers 将已添加的磁力
Google Drive Downloader Scripts Every time I need to download a lot of files from Google Drive (e.g. a dataset), it's always incredibly frustrating an
OpenSea NFT Stealer The sole purpose of this script is to download any NFT collection from OpenSea. Setup Prerequisites: Python 3 Python requests libr
Cave Story Downloader This is a downloader for Cave Story written in Python. Thi
YouTube Spammer Purge What Is This? - Allows you to filter and search for spamme
Automated Download Tool !! Project status I am writing a new version of this program, which will solve several errors. The new version only supports G
yt_downloader Download Youtube videos in mp4 format in a fast, easy, convenient way made with Python! Required Modules pytube os time colorama Errors
Python script for downloading audio from YouTube songs/videos. All you have to do is specify the path to your folder and then type song's/video's name and the sound will be downloaded into your folde
PyTube Pytube ve tkinter kütüphanesi ile yapmış olduğum basit ve temel bir youtube video indirme programı. Videolar 720p çözünürlükte indirilmektedir.