Closed INPoppoRTUNE closed 9 months ago
yep @INPoppoRTUNE, thank you very much for the contribution, I include it but it would also be nice if you could send a commit directly with some small changes in the README and the docker-compose.yml file, so that you appear in the collaborators section.
To your question, the DOCKER_PORT variable is necessary, it is not entirely well managed currently, but all plugins manage the port through that variable if AM_I_IN_A_DOCKER_CONTAINER is set to yes, finally this works to write the port in the local path of the strm file
Thank you very much again!!
Here's a compose template based on fe80grau/ytdlp2strm that you might want to add to your README:
Where:
/local/path/to/media
is the local folder where the.strm
file will be created/local/path/to/config.json
is optional and will set your ytdlp2STRM general settings; formatted as config.example.json/local/path/to/crons.json
is optional and will set your ytdlp2STRM cronjob settings; formatted as crons.example.json/local/path/to/channel_list.json
is optional and will set your Youtube channel list; formatted as channel_list.example.json/local/path/to/yt_config.json
is optional and will set your Youtube plugin settings; formatted as config.example.jsonAlso I'm not sure if the environment variable
DOCKER_PORT
is still needed, can you confirm this? Thanks again for the amazing job!