Add files via upload
This commit is contained in:
8
config/pyradio/config
Normal file
8
config/pyradio/config
Normal file
@@ -0,0 +1,8 @@
|
||||
# PyRadio User Configuration File
|
||||
# To get a full list of options execute: pyradio -pc
|
||||
# or examine the file: /usr/lib/python3.13/site-packages/pyradio/config
|
||||
#
|
||||
player = mpv
|
||||
auto_save_playlist = True
|
||||
theme = gruvbox_dark_by_zloy
|
||||
use_transparency = True
|
||||
21
config/pyradio/stations.csv
Normal file
21
config/pyradio/stations.csv
Normal file
@@ -0,0 +1,21 @@
|
||||
Chillout (Groove Salad - SomaFM),http://somafm.com/startstream=groovesalad.pls
|
||||
Covers (SomaFM),http://somafm.com/covers.pls
|
||||
Dub Step (Dub Step Beyond - SomaFM),http://somafm.com/dubstep.pls
|
||||
House (Beat Blender - SomaFM),http://somafm.com/startstream=beatblender.pls
|
||||
Radio RECORD,https://radiorecord.hostingradio.ru/rr_main96.aacp
|
||||
NewDanceRadio,http://stream.newdanceradio.ru/
|
||||
101.ru Deep House,https://pub0202.101.ru:8000/stream/trust/mp3/128/173
|
||||
Радио Рекорд Remix,http://radiorecord.hostingradio.ru/rmx96.aacp
|
||||
Dance Wave!,http://dancewave.online/dance.mp3.pls
|
||||
Pop (PopTron! - SomaFM),http://somafm.com/poptron.pls
|
||||
Pop/Rock/Urban (Frequence 3 - Paris),http://streams.frequence3.net/hd-mp3.m3u
|
||||
Progressive (Tags Trance Trip - SomaFM),http://somafm.com/tagstrance.pls
|
||||
MANGORADIO,http://stream.mangoradio.de/
|
||||
REYFM - original,https://listen.reyfm.de/original_192kbps.mp3
|
||||
8bitFM,http://8bit.fm:8000/live
|
||||
Sunshine Live - Die 90er,http://stream.sunshine-live.de/90er/mp3-192/stream.sunshine-live.de
|
||||
SomaFM Space Station Soma (AAC),http://somafm.com/spacestation130.pls
|
||||
DanceUK,https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk2.internet-radio.com:8024/listen.pls&t=.pls
|
||||
Radio Levač (Serbian Folk & Country),http://213.239.205.210:8046/stream
|
||||
"Radio 35 (Serbian and English Pop, Folk, Country & Hits)",http://stream.radio035.net:8010/listen.pls
|
||||
Radio Wave Retro,https://retro.dancewave.online/retrodance.mp3
|
||||
|
50
config/pyradio/themes/gruvbox_dark_by_zloy.pyradio-theme
Normal file
50
config/pyradio/themes/gruvbox_dark_by_zloy.pyradio-theme
Normal file
@@ -0,0 +1,50 @@
|
||||
# Main foreground and background
|
||||
Stations #bdae93 #282828
|
||||
|
||||
# Playing station text color
|
||||
# (background color will come from Stations)
|
||||
Active Station #b8bb26
|
||||
|
||||
# Status bar foreground and background
|
||||
Status Bar #242424 #98971a
|
||||
|
||||
# Normal cursor foreground and background
|
||||
Normal Cursor #242424 #83a598
|
||||
|
||||
# Cursor foreground and background
|
||||
# when cursor on playing station
|
||||
Active Cursor #1d2021 #458588
|
||||
|
||||
# Text color for extra function indication
|
||||
# and jump numbers within the status bar
|
||||
# (background color will come from Stations)
|
||||
Extra Func #e7d7ad
|
||||
|
||||
# Text color for URL
|
||||
# (background color will come from Stations)
|
||||
PyRadio URL #98971a
|
||||
#
|
||||
# Luminance Color Factor
|
||||
# The factor to lighten or darken Stations background
|
||||
# color, to get a calculated color used as background
|
||||
# for secondary windows
|
||||
# Valid values: 0 - 0.2
|
||||
Color Factor 0.06
|
||||
|
||||
# Message window border foreground and background.
|
||||
# The background color can be left unset.
|
||||
# Please refer to the following link for more info
|
||||
# https://github.com/coderholic/pyradio/blob/master/docs/themes.md#secondary-windows-background
|
||||
#
|
||||
Messages Border #8ec07c
|
||||
|
||||
# Cursor foreground and background
|
||||
# This is the Line Editor cursor
|
||||
Edit Cursor #e7d7ad #d4879c
|
||||
|
||||
# Theme Transparency
|
||||
# Values are:
|
||||
# 0: No transparency
|
||||
# 1: Theme is transparent
|
||||
# 2: Obey config setting (default)
|
||||
transparency 2
|
||||
Reference in New Issue
Block a user