jevans04

Members
  • Posts

    215
  • Joined

Everything posted by jevans04

  1. I will need PlexConnect log files to help you troubleshoot further. 1. From the PlexConnect WebGUI, Stop PlexConnect 2. In your Settings.cfg file, change: loglevel = High 3. Delete your current PlexConnect.log file (so that a new one will be generated) 4. From the PlexConnect WebGUI, Restart PlexConnect 5. Try to connect to your Plex server from the AppleTV Trailers icon 6. Copy and paste your PlexConnect.log file here in this forum thread
  2. It looks like you successfully sent the certificate to the AppleTV. Any PC can create the certificate pair. You just need to then put the certificates in your PlexConnect installation folder. I will need PlexConnect log files to help you troubleshoot further. Also, this forum provides good info on troubleshooting: https://forums.plex.tv/index.php/topic/69410-read-before-posting/ Particularly this link on how to report an issue and the info needed to help troubleshoot: https://github.com/iBaa/PlexConnect/wiki/How-to-report-an-issue
  3. Everything looks fine in your install. Have you created the certicates? Have you installed the certificate on the AppleTV? https://github.com/iBaa/PlexConnect/wiki/Install-Guide
  4. I noticed your running beta 7, which has a possible data corruption bug. READ THIS: http://lime-technology.com/forum/index.php?topic=35161.0
  5. No need to use the command line at all for setup/starting PlexConnect. You can verify PlexConnect started correctly by viewing the plexconnect.log file. Maybe. The file would be "Settings.cfg" created in your PlexConnect installation directory. 1. Reboot your server to ensure you don't have multiple instances of PlexConnect running from your adventures with the command line. 2. Go to the unRAID WebGUI, Settings tab, PlexConnect setup screen. Ensure PlexConnect is shown as "Running" and post a screenshot. 3. Go find the plexconnect.log file in your installation directory (it is a simple text file that can be opened with Notepad). Post a copy of the file.
  6. Looks like you still have a port conflict on port 80. Why are you doing this? when I start up PlexConnect.py in remote login console... You don't need to touch the console or command line at all. Maybe you are getting the port error because you are starting a 2nd instance of PlexConnect from the console? Also, when you start PlexConnect, it will generate a Plexconnect.log file in the Install directory you specified on the plugin GUI setup screen. That will indicate if PlexConnect starts up without issues on any of the ports before you even try to connect from your AppleTV device.
  7. Host mode for the container? Have you read through this thread yet? http://lime-technology.com/forum/index.php?topic=34069.0
  8. Buy an unRaid license. Not available in free version.
  9. You can view the docker logs for each container from the enhanced webgui by clicking on the "up x days" in the status column.
  10. jevans04

    Beep codes

    I have in my go file to play Axel F (Beverly Hills Cop) music when my unRaid server has finished booting. #Beep Axel F when server is booted beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047-l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460
  11. Move the "Downloads" folder to a new share folder at the root level. That way when you move your files to the Movies or TV Shows folder, unRaid will see that you are moving to a different share folder and will then honor the split level requirements. \Downloads\ \share\Movies\Avatar\Avatar.mkv \share\Tv shows\The folowing\Season 1\s01e01.mkv
  12. Host mode for the container? Have you read through this thread yet? http://lime-technology.com/forum/index.php?topic=34069.0
  13. The Plex config directory will be installed where you want it outside of the docker so you can easily access the scanner folder.
  14. The new cache drive does not need to be precleared, it will get formatted quickly when you install it as a new cache drive. But the preclear process is a good method to determine the drive is fully functional without any errors. If the size of your plugin config data is not very large on your existing cache drive, the EASIEST method would be to copy the data to your unRaid array, install your new cache drive, then copy the data back to the new cache drive.
  15. Yes, if you set your share folders to use the cache drive, you can write directly to the share folder and the data will get written immediately to the cache drive and then moved to an array drive later by the mover at the scheduled time. And you can create a "cache-only" folder on the cache drive that you can write to for temp/scratch data. The cache-only folder will be ignored by the mover and the data will not be moved to a protected array drive.
  16. I think I saw something posted that it will be in the next beta release. In the current beta, the BTRFS formatting and use as a cache drive does not have the option to enable TRIM.
  17. Install your app drive as a cache drive in unRaid, since that is the easiest way. The main reason people (including myself) were installing their apps on a drive external to the unRaid array was because we are using SSD drives, and the ReiserFS doesn't support TRIM. By installing outside of unRaid, we could format the SSD drive as EXT4, which does support TRIM. Look at this topic for a way to maintain backups of your app configs: http://lime-technology.com/forum/index.php?topic=31246.msg282114#msg282114
  18. You should include the sizes of the drives you have. Your largest drive needs to be the parity drive.
  19. To install the gfjardim Extended Docker Configuration plugin, go to the Extensions tab on the unRaid webgui. Copy and paste the following in the install extensions box: https://raw.githubusercontent.com/gfjardim/dockers/dockerMan/dockerMan/dockerMan.plg
  20. I suggest you create a cache only share on your cache drive called "apps" Then install your config files in: /mnt/cache/apps/sickbeard /mnt/cache/apps/couchpotato /mnt/cache/apps/sabnzbd
  21. Note that if you were using any plugins in unRaid v5, they most likely are NOT compatible with unRaid v6 which is 64-bit. Make sure you don't copy over any old plugins from inside the 'config' directory on your flash drive.
  22. unRaid v5 is 32-bit, and unRaid v6 is 64-bit. The plugins from v5 are NOT compatible with v6, so yes you will need to upgrade your plugins. But it is fairly easy to do. For sabnzbd, sickbeard, couchpotato and Plex Media Server, PhAzE has generously created v6 versions of the plugins and you can migrate your existing configuration/databases to the v6 version: http://lime-technology.com/forum/index.php?topic=33341.0 Optionally, instead of using plugins, you can run all those applications in Dockers: http://lime-technology.com/forum/index.php?topic=33822.0 I recommend backing up your existing flash drive, installing unRaid v6 as a new install and ensure everything is working, and then install the 64-bit versions of your apps one at a time (linking the new install to your old configurations).
  23. Host mode for the Docker? http://lime-technology.com/forum/index.php?topic=34069.msg320316#msg320316
  24. Created a "plexWatch" folder on my apps drive. sudo wget -P /mnt/appdisk/apps/plexWatch/ https://raw.github.com/ljunkie/plexWatch/master/plexWatch.pl sudo wget -P /mnt/appdisk/apps/plexWatch/ https://raw.github.com/ljunkie/plexWatch/master/config.pl-dist sudo chmod 777 /mnt/appdisk/apps/plexWatch && sudo chmod 755 /mnt/appdisk/apps/plexWatch/plexWatch.pl sudo cp /mnt/appdisk/apps/plexWatch/config.pl-dist /mnt/appdisk/apps/plexWatch/config.pl Then edited the config.pl file per my earlier post.