Add files via upload

This commit is contained in:
2025-11-24 19:46:30 +07:00
parent 90cc6d4253
commit a7ab7103a5
365 changed files with 17881 additions and 0 deletions

8
config/pyradio/config Normal file
View 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

View 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
1 Chillout (Groove Salad - SomaFM) http://somafm.com/startstream=groovesalad.pls
2 Covers (SomaFM) http://somafm.com/covers.pls
3 Dub Step (Dub Step Beyond - SomaFM) http://somafm.com/dubstep.pls
4 House (Beat Blender - SomaFM) http://somafm.com/startstream=beatblender.pls
5 Radio RECORD https://radiorecord.hostingradio.ru/rr_main96.aacp
6 NewDanceRadio http://stream.newdanceradio.ru/
7 101.ru Deep House https://pub0202.101.ru:8000/stream/trust/mp3/128/173
8 Радио Рекорд Remix http://radiorecord.hostingradio.ru/rmx96.aacp
9 Dance Wave! http://dancewave.online/dance.mp3.pls
10 Pop (PopTron! - SomaFM) http://somafm.com/poptron.pls
11 Pop/Rock/Urban (Frequence 3 - Paris) http://streams.frequence3.net/hd-mp3.m3u
12 Progressive (Tags Trance Trip - SomaFM) http://somafm.com/tagstrance.pls
13 MANGORADIO http://stream.mangoradio.de/
14 REYFM - original https://listen.reyfm.de/original_192kbps.mp3
15 8bitFM http://8bit.fm:8000/live
16 Sunshine Live - Die 90er http://stream.sunshine-live.de/90er/mp3-192/stream.sunshine-live.de
17 SomaFM Space Station Soma (AAC) http://somafm.com/spacestation130.pls
18 DanceUK https://www.internet-radio.com/servers/tools/playlistgenerator/?u=http://uk2.internet-radio.com:8024/listen.pls&t=.pls
19 Radio Levač (Serbian Folk & Country) http://213.239.205.210:8046/stream
20 Radio 35 (Serbian and English Pop, Folk, Country & Hits) http://stream.radio035.net:8010/listen.pls
21 Radio Wave Retro https://retro.dancewave.online/retrodance.mp3

View 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