craemer

Members
  • Posts

    18
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

craemer's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Try running the dev branch, a fix for ssl was merged in May that hasn't made it to the Master yet. https://github.com/lokenx/plexrequests-meteor/pull/82
  2. I've been running for a couple days now and it seems to be working great! Thanks! I'm wondering if it's possible to add in this plugin as well. http://beets.readthedocs.org/en/latest/plugins/discogs.html I looked at the dockerfile and I think all you need to add is yes | pip install discogs-client && \ somewhere. Not sure exactly how that works. Also I think there's a little more work to be done to get the pyacoustid plugin to work? http://beets.readthedocs.org/en/latest/plugins/chroma.html
  3. There is this, however I've never used it and it doesn't support all the CLI commands but it's a good start. http://beets.readthedocs.org/en/latest/plugins/web.html Thanks smdion for helping with this docker. I will try to get this running myself soon.
  4. I am wondering if anyone can help me with an issue I'm having with couchpotato. It was up and running fine since upgrading to beta 12 until about a week ago and now I can't connect to couchpotato even though it says that the docker is running. I have tried removing the container and image and reinstalling but that did not fix the problem. The log looks like this: root@localhost:# /usr/bin/docker logs --tail=350 CouchPotato l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists") CodernityDB.index.IndexException: Doesn't exists Traceback (most recent call last): File "/opt/couchpotato/CouchPotato.py", line 133, in <module> l.run() File "/opt/couchpotato/CouchPotato.py", line 89, in run runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env) File "/opt/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato db.open() File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner res = f(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs) File "/opt/couchpotato/libs/CodernityDB/database.py", line 571, in open index.open_index() File "/opt/couchpotato/libs/CodernityDB/tree_index.py", line 156, in open_index raise IndexException("Doesn't exists")
  5. remove dockerman from the plugin tab and reboot. The correct template is https://github.com/gfjardim/docker-containers/tree/templates and that is entered at the bottom of the docker tab in the repositories section. Removing Dockerman and rebooting seems to have fixed it. Thanks!
  6. Nothing fancy just a AMD A4-4000 Dual-Core Socket FM2 3.2GHz. Wanted to save money for HDD's so went for bare minimum everything else.
  7. Hi guys, Since upgrading to b12 it appears that trying to add repo's from the template isn't working. Attached is all that happens when I click anything from the list. Also as I was trying to find the latest version I noticed both https://raw.githubusercontent.com/limetech/dockerMan/master/dockerMan.plg & https://github.com/limetech/dockerMan are returning 404 errors. Anyone experiencing this? I checked Chrome and Firefox with no luck.
  8. I bought a FM2A88X-ITX+ at the start of the year for my unraid build, only afterwards did I find out the NIC wasn't supported so I bought a PCI-E one. I might try running from the integrated NIC now just so I can free up that PCI slot. Thanks for the heads up.
  9. Awesome! Thanks for that info.
  10. Hi there, I am currently running unraid 5b6 with this board and everything is running well. http://www.asrock.com/mb/AMD/FM2A88X-ITX+/?cat=Specifications I had to put a pci nic in because I was having issues with the onboard one. I currently have 5 HDD and 1 ssd for cache set up using all 6 sata ports. The cache drive is only 120GB and with my plex database filling that up I am looking at expanding. I was thinking about purchasing this msata ssd http://www.pccasegear.com/index.php?main_page=product_info&products_id=26564 and running that as cache and thus freeing up a sata port for another 4tb. Does this sound like it will work? I thought I'd ask before purchasing just to be safe. Thanks.
  11. Hi guys, I have tretflix running under beta 5a at the moment and my Plex library filled up the 30gb virtual disk pretty quickly so I tried moving it off the virtual disk, and onto my cache drive. I followed this guide http://smyl.es/how-to-move-plex-metadata-and-index-data-to-new-driver-andor-directory-location/ and managed to get it copied over and Plex up and running with all my database in tact. The only problem is, I can't get it to scan in new files. When I checked the Scanner Log files I found this Jun 02, 2014 02:58:09 [0x7f2265e94740] DEBUG - Opening 20 database sessions to library, SQLite 3.8.0.2, threadsafe=1 Jun 02, 2014 02:58:10 [0x7f2265e94740] ERROR - SQLITE3:10, 15, locking protocol Jun 02, 2014 02:58:10 [0x7f2265e94740] ERROR - Database corruption: sqlite3_statement_backend::prepare: locking protocol for SQL: PRAGMA cache_size=4000 This lead me to find a post on Plex forums http://forums.plex.tv/index.php/topic/82072-placing-database-on-nas/ Here, Mark asks about which mounting protocol he was using because it requires locking support. I'm not sure exactly what that is but when I see that in my error message so I assume that's where my issue lies. I have my unraid shares mounted via a private smb connection and have no issues sending files from sab, etc across. I tried adding shares under public nfs but received "Access denied, share access is restricted or share not found on the host". Can anyone help? Thanks
  12. It looks like I have finally figured it out. There were two folders that had special characters in there that I have since renamed and now everything is working!
  13. At the moment I'm using v6 b4. But I've tried 5.05 and 6 b3 and there's no difference. I've also tried running plex on Windows, Mac, Linux under vm on unraid and on Windows vm. Same result. Another thing I just noticed is that when I mount the Movies share on a Mac, I can only see 350 of 800 movies. I've attached how the odd folders appear when navigating in the unraid webgui. I read up a little about symlink as I thought that might be what this is but I'm not sure.
  14. I've been using unraid for about 4 months now and have gone through a lot of roadblocks with the help of this awesome community as my linux skills are fairly rudimentary. The issue I'm having is one that I don't really know how to explain and therefore haven't been able to find any information online anywhere on how to fix it. Please bear with me. So I have separate shares for Movies and TV Shows setup. I used to have everything on my Windows box but have since copied everything into the unraid array. I then tried to get Plex to scan the folders and Movies wouldn't find anything and TV Shows would only find 2 shows but not all of them. I noticed via smb shares on Windows that some files in TV Shows didn't have filenames and it appeared to be an episode from that season that had special characters in the name and that wasn't translating properly. I renamed all of those via console and now TV Shows is working great. Movies however is still not working, and here's the odd part. At the top of the Movies share I see two folders without file names. (See attached "01 odd folders.png") When I double click to open the folder it returns to the same folder but an extra folder chevron (See attached "02 odd folder.png", and "03 odd folder.png"). I can't delete them because it tries to delete the whole movies folder. After adding Movies to Plex I show the folders filter and it has one empty folder that returns to itself just like in windows explorer (See "04 odd folders in Plex.png"). I'm almost certain that this is the issue I'm having. I can't see these folders under linux or mac. Does anyone know what that is and how to get rid of it?
  15. I am having issues getting plex to add media to the database when using samba shares across multiple platforms. I tried running a tretflix vm and could get all the download apps to work and move files around no problems but plex for some reason can't see add any files in the folders. I also tried running archvm and plex would mostly work on nfs shares but I would have to refresh the database several times for it to really find everything. On samba I'm also seeing two nameless folders in my Movies share that seem to link back to themselves. So if I click the unnamed folder it just stays in the same folder. I can't delete them because it tries to delete the entire folder. I've attached a screenshot of the two folders as seen in windows explorer and plex. I'm very confused. I think there's something bigger going on here but I can't figure it out.