Skip to content

Commit

Permalink
added source files
Browse files Browse the repository at this point in the history
  • Loading branch information
project-owner committed Mar 12, 2016
1 parent e646443 commit aa1a1d4
Show file tree
Hide file tree
Showing 755 changed files with 10,217 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bundles/de.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
home = Hauptmenü
genre = Genre

radio = Radio
screensaver = Bildschirmschoner
language = Sprache
about = Über
hard.drive = Festplatte
stream = Strom

en_us = Englisch-USA
de = Deutsche
fr = Französisch
ru = Russisch

screensaver.delay = Bildschirmschoner Verzögerung

delay.1 = 1 min
delay.3 = 3 min
delay.off = Ausschalten

clock = Uhr
logo = Logo
slideshow = Slideshow

news = Nachrichten
culture = Kultur
retro = Retro
children = Kinder
classical = Klassiker
pop = Pop
jazz = Jazz
rock = Rock
contemporary = Zeitgenössisch
34 changes: 34 additions & 0 deletions bundles/en_us.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
home = Home
genre = Genre

radio = Radio
screensaver = Screensaver
language = Language
about = About
hard.drive = Hard Drive
stream = Stream

en_us = English-USA
de = German
fr = French
ru = Russian

screensaver.delay = Screensaver Delay

delay.1 = 1 min
delay.3 = 3 min
delay.off = Off

clock = Clock
logo = Logo
slideshow = Slideshow

news = News
culture = Culture
retro = Oldies
children = Children
classical = Classical
pop = Pop
jazz = Jazz
rock = Rock
contemporary = Contemporary
34 changes: 34 additions & 0 deletions bundles/fr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
home = Menu D'accueil
genre = Genre
radio = Radio
screensaver = Écran Veille
language = Langue
about = Environ
hard.drive = Disque
stream = Courant
en_us = Anglais-USA
de = Allemand
fr = Français
ru = Russe
screensaver.delay = Retard de Écran Veille
delay.1 = 1 min
delay.3 = 3 min
delay.off = Éteindre
clock = Horloge
logo = Logo
slideshow = Diaporama
news = Nouvelles
culture = Culture
retro = Rétro
children = Enfants
classical = Classique
pop = Pop
jazz = Jazz
rock = Rock
contemporary = Contemporain
34 changes: 34 additions & 0 deletions bundles/ru.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
home = Главное меню
genre = Жанр

radio = Радио
screensaver = Заставка
language = Язык
about = Описание
hard.drive = Диск
stream = Поток

en_us = Английский-США
de = Немецкий
fr = Французский
ru = Русский

screensaver.delay = Пауза перед заставкой

delay.1 = 1 мин
delay.3 = 3 мин
delay.off = Отключить

clock = Часы
logo = Логотип
slideshow = Слайд-шоу

news = Новости
culture = Культура
retro = Ретро
children = Дети
classical = Классика
pop = Попса
jazz = Джаз
rock = Рок
contemporary = Контемпорери
88 changes: 88 additions & 0 deletions config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
[screen.info]
width = 480
height = 320
depth = 32
frame.rate = 30

[usage]
use.lirc = True
use.rotary.encoders = True
use.mpc.player = True
use.mpd.player = False
use.web = True
use.logging = False

[current]
mode = radio
language = en_us
playlist = news
station = 0
screensaver = slideshow
screensaver.delay = delay.1

[music.server]
folder = C:\\Temp\\audio\\mpd-0.17.4-win32\\bin
command = mpd mpd.conf
host = localhost
port = 6600

[web.server]
http.port = 8000

[colors]
color.web.bgr = 0,38,40
color.dark = 0,70,75
color.medium = 70,110,120
color.bright = 160,190,210
color.contrast = 255,190,120
color.logo = 20,190,160

[font]
font.name = FiraSans.ttf

[previous]
news = 0
culture = 0
retro = 0
children = 0
classical = 0
pop = 0
jazz = 0
rock = 0
contemporary = 0

[order.home.menu]
radio = 1
screensaver = 2
language = 3
about = 4
hard.drive = 5
stream = 6

[order.language.menu]
en_us = 1
de = 2
fr = 3
ru = 4

[order.genre.menu]
news = 1
culture = 2
retro = 3
children = 4
classical = 5
pop = 6
jazz = 7
rock = 8
contemporary = 9

[order.screensaver.menu]
clock = 1
logo = 2
slideshow = 3

[order.screensaver.delay.menu]
delay.1 = 1
delay.3 = 2
delay.off = 3

Empty file added event/__init__.py
Empty file.
Loading

0 comments on commit aa1a1d4

Please sign in to comment.