Compare commits

..

3 Commits

Author SHA1 Message Date
alessio
66806f4b5c refactor: updated environment file 2025-04-22 22:41:48 +02:00
alessio
7548bd8e7a refactor: updated environment file 2025-04-22 22:34:52 +02:00
alessio
973c8a1164 refactor: updated contribution file 2025-04-22 21:32:21 +02:00
3 changed files with 20 additions and 14 deletions

View File

@ -1,17 +1,15 @@
# The format: SPOTIFY_SECRETS=
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
SPOTIFY_SECRETS=$SPOTIFY_SECRETS
# 0 or 1 # 0 (false)/1 (true)
# 0 = disable
# 1 = enable
ENABLE_UPDATE_CHECK=$ENABLE_UPDATE_CHECK
LASTFM_API_KEY=$LASTFM_API_KEY ENABLE_UPDATE_CHECK=1
LASTFM_API_SECRET=$LASTFM_API_SECRET
LASTFM_API_KEY=
LASTFM_API_SECRET=
# Release channel. Can be: nightly, stable # Release channel. Can be: nightly, stable
RELEASE_CHANNEL=$RELEASE_CHANNEL RELEASE_CHANNEL=stable
HIDE_DONATIONS=$HIDE_DONATIONS # 0 (false)/1 (true)
DISABLE_SPOTIFY_IMAGES=$DISABLE_SPOTIFY_IMAGES HIDE_DONATIONS=1
DISABLE_SPOTIFY_IMAGES=0

View File

@ -181,7 +181,7 @@ Do the following:
- Install Development dependencies in linux - Install Development dependencies in linux
- Debian (>=12/Bookworm)/Ubuntu - Debian (>=12/Bookworm)/Ubuntu
```bash ```bash
$ apt-get install mpv libmpv-dev libappindicator3-1 gir1.2-appindicator3-0.1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev libsoup-3.0-0 libsoup-3.0-dev sudo apt-get install libmpv-dev libappindicator3-1 gir1.2-appindicator3-0.1 libappindicator3-dev libsecret-1-0 libjsoncpp-dev libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev libnss-mdns mdns-scan libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev libsoup-3.0-0 libsoup-3.0-dev
``` ```
- Use `libjsoncpp1` instead of `libjsoncpp25` (for Ubuntu < 22.04) - Use `libjsoncpp1` instead of `libjsoncpp25` (for Ubuntu < 22.04)
- Arch/Manjaro - Arch/Manjaro
@ -190,7 +190,7 @@ Do the following:
``` ```
- Fedora - Fedora
```bash ```bash
dnf install mpv mpv-devel libappindicator-gtk3 libappindicator-gtk3-devel libsecret libsecret-devel jsoncpp jsoncpp-devel libnotify libnotify-devel avahi mdns-scan nss-mdns webkit2gtk4.1 webkit2gtk4.1-devel libsoup3 libsoup3-devel sudo dnf install mpv mpv-devel libappindicator-gtk3 libappindicator-gtk3-devel libsecret libsecret-devel jsoncpp jsoncpp-devel libnotify libnotify-devel avahi mdns-scan nss-mdns webkit2gtk4.1 webkit2gtk4.1-devel libsoup3 libsoup3-devel
``` ```
- Clone the Repo - Clone the Repo
- Create a `.env` in root of the project following the `.env.example` template - Create a `.env` in root of the project following the `.env.example` template

8
local.properties Normal file
View File

@ -0,0 +1,8 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Apr 22 21:23:31 CEST 2025
sdk.dir=/home/alessio/Android/Sdk