2e3s / aw-watcher-media-player

Watcher of system's currently playing media for ActivityWatch
The Unlicense
21 stars 2 forks source link

Update README.md #7

Closed DajmondFM closed 1 month ago

DajmondFM commented 1 month ago

Added version for aw-server-rust

2e3s commented 1 month ago

Hello! Thank you for your attentiveness, I think this can be changed easier with less copypaste by changing

Add the following section to your aw-server.toml file in config directory:

to

Add the following section to your aw-server/aw-server.toml or aw-server-rust/config.toml file in config directory:

DajmondFM commented 1 month ago

Hi! This would be easier but you also need to change the windows path (idk about others) from \ to \

2e3s commented 1 month ago

I think this is true for both cases, the current Windows path is incorrect in the example and needs to be changed to \\. Or better yet to use single quotes:

aw-watcher-media-player = 'C:\Users\<USER>\AppData\Local\aw-watcher-media-player\visualization'
DajmondFM commented 1 month ago

Yeah i think using single quotes will work the best

2e3s commented 1 month ago

Thanks!