Macast配置
Macast 在 GNOME46 不显示托盘图标,播放器大小默认小,无法修改配置,需要手动修改。
~/.config/Macast/macast.log 可以看到端口。浏览器打开 http://127.0.0.1:端口,查看修改配置。
也可以直接打开文本修改:~/.config/Macast/macast_setting.json
{"Additional_Interfaces": [],"ApplicationPort": 33603,"Blocked_Interfaces": [],"CheckUpdate": 1,"DLNA_FriendlyName": "Macast(sonichy)","Macast_Protocol": "DLNA Protocol","Macast_Renderer": "MPV Renderer","MenubarIcon": 0,"PlayerDefaultVolume": 100,"PlayerHW": 1,"PlayerOntop": 0,"PlayerPosition": 4,"PlayerSize": 3,"StartAtLogin": 0,"USN": "bdc32450-928e-4f2b-95b9-fa62334f6113"
}
改这两项就可以了:
"PlayerPosition": 4, 播放器位置:中央。
"PlayerSize": 3, 播放器大小:自动。