Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreock/neo_media_player


https://github.com/andreock/neo_media_player

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        




Neo Media Player


A IPTV/Media Player that runs on your favorite browser




Report Bug
·
Request Feature


## About The Project

This project born because almost all media players on Android are full of ads and on iOS almost no media player are available on App Store. I used Svelte and Framework7 because I want that this app can run everywhere there is a browser without use your device space.

(back to top)

## Getting Started

To use this media player just go here: Neo Media Player PWA

### Development

To hack around Neo just use these commands to setup project:

```sh
npm i
npm run dev # Run PWA in development mode
npm run build-capacitor-android # Build android app
npm run build-capacitor-ios # Build iOS app
npm run build # Build PWA
```

## Roadmap

- [ ] Add Changelog
- [x] Add Electron support
- [x] Add Media player section
- [x] Add search in IPTV section
- [ ] Add settings
- [ ] Support multi language

See the [open issues](https://github.com/Andrea055/neo_media_player/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)