https://github.com/nhoad/aesop
A simple media player
https://github.com/nhoad/aesop
Last synced: 5 months ago
JSON representation
A simple media player
- Host: GitHub
- URL: https://github.com/nhoad/aesop
- Owner: nhoad
- License: bsd-3-clause
- Created: 2015-05-28T06:55:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T02:56:51.000Z (almost 11 years ago)
- Last Synced: 2024-12-30T13:51:58.482Z (over 1 year ago)
- Language: Python
- Size: 819 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aesop, a simple media player.
A huge work in progress, but basically a very tiny competitor to Kodi. I've had
issues with Kodi on more than capable hardware for years, so I've given up and
done it myself.
Current features
================
- Web based, no need to struggle with a keyboard or an IR remote.
- FAST. Can load up hundreds of items in a second or two, not minutes like
other media players.
- Massive concurrency. On my terrible internet connection, I can scan
about 2500 items a minute as opposed to the 50-100 I can do with Kodi. Keep
in mind there's a lot of metadata Kodi colllects that aesop does not, so
this isn't too surprising, but Kodi doesn't have any concurrency so it's
still a win.
- Tiny codebase, for those that like simplicity/want to hack it to do what
they want.
Planned features
================
- UPnP server that also doesn't suck (I have the basis for this going now)
- Deluge/RSS integration
- NFS/FTP/CIFS support
- A lot of reworking the UI (I'm not a frontend person, I'm sorry)