This website requires JavaScript.
Explore
Help
Sign in
mykola
/
mptv
Watch
1
Star
0
Fork
You've already forked mptv
0
Code
Issues
Pull requests
Projects
Releases
1
Packages
Wiki
Activity
Actions
MPV front-end for IPTV channels
36
commits
1
branch
1
tag
622
KiB
Java
100%
0439b78b6b
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
mykola2312
0439b78b6b
change LinkedList to ArrayList since in preallocated environment it would be O(1) access time, rather than O(n) in case of LinkedList
2024-04-20 10:53:49 +03:00
src
change LinkedList to ArrayList since in preallocated environment it would be O(1) access time, rather than O(n) in case of LinkedList
2024-04-20 10:53:49 +03:00
.gitignore
setup logging
2024-04-18 09:25:15 +03:00
config.json.example
add m3u local source type
2024-04-19 14:52:32 +03:00
LICENSE
Initial commit
2024-04-08 06:46:44 +03:00
pom.xml
implement basic https get fetch
2024-04-19 18:23:23 +03:00
README.md
Initial commit
2024-04-08 06:46:44 +03:00
README.md
mptv
MPV front-end for IPTV channels to use on Raspberry Pi.
Uses
PiIR
for reading TV remote IR signals