mirror of
https://github.com/danog/magnaluna.git
synced 2024-11-26 11:34:39 +01:00
28 lines
1012 B
Markdown
28 lines
1012 B
Markdown
# magnaluna webradio
|
|
|
|
[![Build Status](https://travis-ci.org/danog/magnaluna.svg?branch=master)](https://travis-ci.org/danog/magnaluna)
|
|
|
|
Telegram webradio with advanced features like call programming and real-time call stats based on [MadelineProto](https://github.com/danog/MadelineProto) and [libtgvoip](https://github.com/danog/php-libtgvoip).
|
|
|
|
![Screenshot](https://github.com/danog/magnaluna/raw/master/screenshot.png)
|
|
|
|
Try it on Telegram [@magicalcrazypony](https://t.me/magicalcrazypony)!
|
|
|
|
Created by [Daniil Gentili](https://daniil.it).
|
|
|
|
## Installation
|
|
|
|
```
|
|
wget https://github.com/danog/magnaluna/raw/master/magna.php && php magna.php
|
|
```
|
|
|
|
Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto.
|
|
|
|
## Converting songs
|
|
|
|
In order to play songs, they must be first converted to the correct format, using the convert.php script:
|
|
|
|
```
|
|
wget https://github.com/danog/magnaluna/raw/master/convert.php && php convert.php in.mp3 out.ogg
|
|
```
|