aynakeya 92f36057a4 uw
2024-05-22 21:09:55 +08:00
uw
2024-05-22 21:09:55 +08:00
2024-04-29 22:51:58 -07:00
2024-05-06 08:17:30 +08:00
2024-04-10 00:42:33 -07:00
2024-04-15 16:07:31 -07:00
2024-05-19 22:53:41 +08:00
2024-04-20 19:14:33 -07:00
2024-04-20 19:14:33 -07:00
2024-05-11 11:02:47 +08:00
2024-05-06 08:19:43 +08:00
2024-04-10 00:42:33 -07:00
2024-04-26 21:18:50 -07:00
2024-04-20 19:14:33 -07:00
2022-07-18 20:52:19 -07:00
2024-04-17 12:17:14 -07:00
2024-04-25 20:29:54 -07:00
2024-05-22 19:21:15 +08:00
2022-07-19 20:19:57 -07:00

AynaLivePlayer

Bilibili Audio Bot. Written by Golang.

Provider By Aynakeya

QQ group: 621035845

build

go build -o AynaLivePlayer.exe -ldflags -H=windowsgui app/gui/main.go

packaging

fyne package --src path_to_gui --exe AynaLivePlayer.exe --appVersion 0.8.4 --icon path_to_icon

Windows build guide

  1. install golang link
  2. install chocolatey link
  3. install required packages
choco install git
choco install mingw
  1. install fyne
go install fyne.io/fyne/v2/cmd/fyne@latest
  1. clone this repo
git clone --recurse-submodules git@github.com:AynaLivePlayer/AynaLivePlayer.git

if you are using https links

git clone https://github.com/AynaLivePlayer/AynaLivePlayer.git
git submodule set-url pkg/miaosic https://github.com/AynaLivePlayer/miaosic.git
git submodule set-url pkg/liveroom-sdk https://github.com/AynaLivePlayer/liveroom-sdk.git
git submodule update
  1. now you can build (please check makefile for more details)
$env:CGO_LDFLAGS="-LC:\Users\vboxuser\Desktop\AynaLivePlayer\libmpv\lib"
$env:CGO_CFLAGS="-IC:\Users\vboxuser\Desktop\AynaLivePlayer\libmpv\include"
# ... more setup, see makefile
go build -o AynaLivePlayer -ldflags -H=windowsgui app/main.go
Description
No description provided
Readme 112 MiB
Languages
Go 98.6%
Python 0.8%
Makefile 0.6%