- Split categories 5-15 into separate files for better organization
- Added User, MAG, Enigma, Streams, Channel, Station, Movie, Series, Episode, Server, and Settings APIs
- Each category now has its own dedicated documentation file
- Total: 111 endpoints fully documented across 15 categories
- Added 11 GET INFO endpoints to OpenAPI spec
- Created detailed documentation with code examples
- Includes Python, PHP, and JavaScript examples
- Added best practices and common use cases
Improve: Allow custom protocol, server, and port configuration
- Add protocol selector (http/https)
- Allow custom port input (not just predefined)
- Single unified server configuration
- Better flexibility for users with custom setups