nurglefish

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by nurglefish

  1. I'm having the same problem as others. I can respond to the y/n prompts, but none of the more complicated prompts will respond to any input.
  2. Fantastic, that's working perfectly now. Thanks!
  3. I'm on 6b12. Here's the full command I ran: sudo -H -u nobody /bin/bash -c ". /usr/local/PhAzE-Common/Subsonic/startcfg.sh; /mnt/user/Apps/subsonic/config/transcode/ffmpeg -i '/path/to/song.flac' -map 0:0 -b:a 128k -f mp3 -"
  4. Hey Phaze, wondered if you'd had a chance to look at this? Thanks!
  5. Great, that fixed it. Now it's showing the real error which is Encoder (codec mp3) not found for output stream #0:0 The command from Subsonic was: ffmpeg -i /pathtosong -map 0:0 -b:a 128k -f mp3 - Any ideas?
  6. Hi Phaze, Thanks again for all the great work, the new plugins are fantastic. Sent you a donation last week as thanks! My subsonic is having trouble with transcoding. If I go into config/transcode/ and try to run ffmpeg manually, I get the following error: ffmpeg: error while loading shared libraries: libXext.so.6: cannot open shared object file: No such file or directory Is this a problem on your end, or somewhere else? Thanks!
  7. Hi PhAzE, Thanks for all your work. I have transmission, sickbeard, couch potato and headphones all running perfectly on UNRAID v6b8. I'm having a problem with plex that you can hopefully help with. It installs and starts fine, but when it starts, it doesn't register as a media server for some reason. So I sign in, and it takes me straight to the home screen, and says I have no servers configured. If I try to force a setup by going to ip:32400/web/index.html#!/setup, it just tells me "You don't have any media servers yet. Download and install one and try again." I've tried both standard and PlexPass, and get the same problem. Any ideas what is going on? Thanks