qier222 / YesPlayMusic

高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
MIT License
29.14k stars 4.28k forks source link

自定义缓存文件夹位置 #558

Open FCSDFSDVXDFG opened 3 years ago

FCSDFSDVXDFG commented 3 years ago

尽量每个 issue 只提一个 bug 或新功能

提新 issue 前请确认 👉

反馈 bug 需要的信息

FCSDFSDVXDFG commented 3 years ago

找不到缓存文件夹,希望能自定义缓存位置,不想放C盘

qier222 commented 3 years ago

缓存是使用浏览器自带的indexedDB实现的,目前没找到自定义目录的实现方法。可能需要等更换缓存方式之后才能实现。

tpnet commented 3 years ago

mac的路径在: /Users/skyhand/Library/Application Support/yesplaymusic/IndexedDB/http_localhost_xxxx.indexeddb.blob/下面的数字文件夹下面的数字文件就是,自己加mp3后缀名就可以播放了

kangpou commented 3 years ago

Win10:YesPlayMusic缓存路径 C:\Users\AppData\Roaming\YesPlayMusic\IndexedDB,我C盘只有30G,这个IndexedDB占了15G,我电脑直接爆了,终于找到原因

rampageX commented 3 years ago

目前用 mklink 转移 ‘C:\Users\User Name\AppData\Roaming\YesPlayMusic’ 目录去非系统盘。

Nikaidou-Shinku commented 6 months ago

Linux 下这个缓存放在了 ~/.config 而不是 ~/.cache 下,这不是良好的实践