https://github.com/dobrowit/grajek
https://github.com/dobrowit/grajek
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dobrowit/grajek
- Owner: Dobrowit
- Created: 2024-12-20T16:04:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T11:07:55.000Z (over 1 year ago)
- Last Synced: 2025-02-17T15:51:59.472Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Player / Grajek
## [EN] Such a problem:
- A laptop with foobar2000 and the [foo_beefweb[(https://www.foobar2000.org/components/view/foo_beefweb) plugin is playing music in a ["PA system."](https://en.wikipedia.org/wiki/Public_address_system)
- Playback needs to be started and stopped at specific times.
- Eliminate manual, remote control.
...and now, as I’m writing this, I found plugins that do exactly the same thing :-) Oh well...
- [foo_scheduler_mod](https://www.foobar2000.org/components/view/foo_scheduler_mod)
- [foo_scheduler](https://www.foobar2000.org/components/view/foo_scheduler)
Either way, the script connects via [API](https://hyperblast.org/beefweb/api/) and does the same thing. Potentially, it can offer more functionality than the above plugins. Additionally, you can remotely change tracks or manually control playback through the web interface.
---
## [PL] Taki oto problem:
- laptop z foobar2000 i wtyczką [foo_beefweb](https://www.foobar2000.org/components/view/foo_beefweb) odtwarza muzyczkę w ["radiowęźle"](https://pl.wikipedia.org/wiki/Radiow%C4%99ze%C5%82)
- trzeba załączać i wyłączać oddtwarzanie o określonych godzinach
- wyeliminować ręczne, zdalne sterowania
...teraz jak to piszę to znalazłem wtyczki, które robią to samo :-) echhh
- [foo_scheduler_mod](https://www.foobar2000.org/components/view/foo_scheduler_mod)
- [foo_scheduler](https://www.foobar2000.org/components/view/foo_scheduler)
Tak czy siak - skrypcik łączy się po [API](https://hyperblast.org/beefweb/api/) i robi to samo. Potencjalnie można uzyskać więcej funkcjonalności niż powyższe wtyczki. Dodatkowo zdalnie można przez webinterfejs zmieniać utwory lub ręcznie sterować.