Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devine.yaml Does Not Exist #122

Open
Macurta opened this issue Aug 14, 2024 · 3 comments
Open

Devine.yaml Does Not Exist #122

Macurta opened this issue Aug 14, 2024 · 3 comments

Comments

@Macurta
Copy link

Macurta commented Aug 14, 2024

Devine.yaml does not appear to exist...

I installed devine and want to use the GUI version, but I can't find the essential Devine.yaml file.

How do I generate devine.yaml and which folder should I put it in?

Please help!

@billybanana80
Copy link

Run the command "devine env info" to see where your config is pointing to at the moment. If you don't have a devine.yaml file you can just create one like the format like below and place it in your
C:\Users<yourusername>\AppData\Local\devine\devine.yaml diretory

`directories:
services: D:\Downloads\Devine\devine\services
temp: D:\Downloads\Devine\temp
downloads: D:\Downloads
cookies: D:\Downloads\Devine\cookies
cache: D:\Downloads\Devine\cache
logs: D:\Downloads\Devine\Logs
wvds: D:\Downloads\Devine\WVDs
cdm:
default: ANDROID_4464_l3

credentials:
ALL4: username:password
ROKU: username:password
CTV: username:password
DSNP: username:password

key_vaults:

  • type: SQLite
    name: Local Vault
    path: D:\Downloads\Devine\devine\key_store.db

tag: ''

downloader: aria2c

profiles:
default: default

dl:
sub_format: srt`

@Macurta
Copy link
Author

Macurta commented Aug 15, 2024

How do you create the yaml file though?

You listed what's in it but not how to actually create it...

Can you go step by step on the process please?

What's the command to create it?

@billybanana80
Copy link

Open a text editor like Notepad or similar, type the stuff in it, save it as a *.yaml file with the name config.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants