Ryan Freeman

Results 24 comments of Ryan Freeman

This project is the perfect example of utilising Docker Swarm, with a Docker Plugin like NetShare to use NFS. Keeping the Plex Master off the "swarm" but on a master...

It will work on a Mac

Logical steps in my mind currently: Get or Set CPU version i.e ARMv7, x86, x86_64 of the slave machines, when a transcode fires from the PMS_Host it targets the slave...

os.path.exsists and os.path.join issue otherwise feature is working... ``` OS = platform.system() CPU_ARCH = platform.machine() if OS == "Darwin": # OS X TRANSCODER_DIR = "/Applications/Plex Media Server.app/Contents/Resources/" LD_LIBRARY_PATH = "/Applications/Plex...

The issue is that installing PMS onto a computer i.e. x86 then having say PowerPC slaves running as clients, causes an issue because the transcoder which is executed on PowerPC...

Could you not have an array `var nowPlaying = ['previous','current','next']` of which you can `nowPlaying.shift()` the first element out, once the current song has finished playing. `nowPlaying.push(nextTrack) `the next song...

> I tried it, the result is unfortunately the same, there's still a mini-gap :( I'd not realised the mini-gap before :( just played War of the Worlds and there...

A gapless JavaScript/CSS audio player for HTML5 **PROBLEM**: There are 2 modern APIs for playing audio through the web, and both of them have problems: - **HTML5 Audio**: the last...

Just tested this in chrome and the gap is still there but it's a lot lot smaller. It still does this weird click.

This project looks interesting: https://github.com/astoeckel/opus_gapless/ which is bundled into https://github.com/astoeckel/http_audio_server It currently triggers an FFmpeg process upon a single audio file and streams it into OPUS blocks. https://somweyr.de/opus/demo.html -> Demo...