added systemd, new newsboat urls, mpd config

This commit is contained in:
2022-12-27 11:02:07 -08:00
parent a1c3912339
commit 06a9d64c39
4 changed files with 23 additions and 3 deletions
+6 -3
View File
@@ -2,17 +2,18 @@
db_file "~/.config/mpd/database" db_file "~/.config/mpd/database"
# If running mpd using systemd, delete this line to log directly to systemd. # If running mpd using systemd, delete this line to log directly to systemd.
log_file "syslog" #log_file "syslog"
bind_to_address "127.0.0.1"
# The music directory is by default the XDG directory, uncomment to amend and choose a different directory # The music directory is by default the XDG directory, uncomment to amend and choose a different directory
music_directory "~/music" music_directory "~/music/share/music"
# Uncomment to refresh the database whenever files in the music_directory are changed # Uncomment to refresh the database whenever files in the music_directory are changed
#auto_update "yes" #auto_update "yes"
# Uncomment to enable the functionalities # Uncomment to enable the functionalities
playlist_directory "~/.config/mpd/playlists" playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state" state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql" sticker_file "~/.config/mpd/sticker.sql"
@@ -20,3 +21,5 @@ audio_output {
type "pipewire" type "pipewire"
name "PipeWire Sound Server" name "PipeWire Sound Server"
} }
user "opal"
+5
View File
@@ -1,8 +1,13 @@
---Tech---
https://protesilaos.com/master.xml https://protesilaos.com/master.xml
https://landchad.net/rss.xml https://landchad.net/rss.xml
https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Videos)" https://videos.lukesmith.xyz/feeds/videos.xml?videoChannelId=2 "~Luke Smith (Videos)"
---News---
https://thegrayzone.com/rss https://thegrayzone.com/rss
https://multipolarista.com/rss https://multipolarista.com/rss
---Podcasts---
https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left" https://feeds.simplecast.com/dCXMIpJz "Last Podcast On the Left"
http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss podcasts "Fall of Civilziation" http://feeds.soundcloud.com/users/soundcloud:users:572119410/sounds.rss podcasts "Fall of Civilziation"
https://feeds.feedburner.com/dancarlin/history?format=xml podcasts "Hardcore History" https://feeds.feedburner.com/dancarlin/history?format=xml podcasts "Hardcore History"
---Misc---
https://www.reddit.com/r/stupidpol/.rss
@@ -0,0 +1 @@
/home/opal/.config/systemd/user/easyeffects.service
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=EasyEffects, EQ Program
[Service]
ExecStart=/usr/bin/easyeffects --gapplication-service
Restart=on-failure
SuccessExitStatus=3 4
RestartForceExitStatus=3 4
[Install]
WantedBy=default.target