Warning
This project is currently under construction. Changes and updates will be applied in the future.
Televiu is a simple and intuitive TV player for M3U playlists, designed for kiosk environments.
- Seamless playback of M3U playlists
- Minimalist and user-friendly interface
- Designed for dedicated TV playback
- Supports devices like Raspberry Pi and OrangePi
- Remote upload and management of M3U playlists
- Control using infrared sensor
sequenceDiagram
participant User as Smartphone
participant System as Televiu
participant Server as Server (for playlist storage)
System->>System: Setup
System->>User: Display QR code for M3U upload
User->>Server: Upload M3U playlist
Server->>User: Confirm playlist upload
Server->>System: Provide new playlist
System->>System: Load new playlist
System->>User: Playlist successfully loaded
This project is licensed under the MIT License.