Jump to content

valhalla540

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by valhalla540

  1. I had to reinstall Handbrake due to....reasons. I'm running up against Handbrake attempting to re-convert my entire watch folder. Handbrake tracks the completed conversion in the file "successful_conversions" Due to the reinstall or whatever I did the file was wiped out. I want to add the media files that were already converted to the file but there appears to be a hash or some many-character-string added to the end of the file name. It appears to be required after I performed a test. Any insight into 1) How to cludge the successful_conversions file to skip certain files and/or 2) Can a random string of character suffice the "hash" that is added. Example below First is a handbrake converted file and the second is my attempt to override it. Which was not successful. Thanks for any help /watch/Memento Test(2000)/Memento 2000 Bluray-1080p.mkv c8d5b858506dca55ce40ff876910f0ef /watch/A Charlie Brown Thanksgiving (1973)/A Charlie Brown Thanksgiving 1973 Bluray-2160p.mkv
  2. Of course as soon as I post this I find something. Does this look right to but in "Automatic Video Converter: Custom HandBrake Arguments:" -6, --mixdown stereo also if I wanted to ensure eng track was used (sometimes french is prioritized) would this work? "--audio-lang-list eng" and if it would how do I place both in the Custom arguments... just one after the other separated by a space or do they need to be delimited in some fashion. Thanks!
  3. Hello all I have Handbrake installed in docker and set to automatically convert new files added to media. Works perfectly except I'm dealing with low dialog in the conversions when playing on an android head unit. I figure I need to for either stereo or mono conversion. I don't see in the setting where to that, but assume its handled in the custom arguments section. I have not found a list of custom arguments or how to intuit. Anyone know either where to find those or what they are for stereo down-sampling (assuming that's the right word). Thank you
  4. Okay Here's the situation. I will have a NAS at a remote location as a backup NAS for my main Unraid server. This will be at my retired mother's house. As her main tech support I want to be able to access her desktop Windows shared data. In my mind I will VPN to the remote unraid box. Figure I'd need a Windows VM. I would want to bring up the VM and then browse her networked Windows machines to be able to move things like pictures of our kids to her pictures folder or vic versa. All with permission of course I don't want to have to run anything special on her desktop like a VNC. She's in another state so dealing with keeping up with dynamic IP changes, etc would be a hassle in my mind. Being on her network already with my configured Unraid NAS I assume network shares (windows) would stay available even with IP changes. Is this doable? Am I making it too complicated? Am I on the right track with a windows VM on the remote NAS? Thank you
  5. I'll upgrading later today also. Thanks!
  6. Docker services are failing to start. Nothing but that is shown in the docker tab.
  7. I think it might be plex that is taking up all the space. didn't realize all the data was being stored on the flash drive. Do i need to delete all the docker images reinstall and make sure I point Plex to a share
  8. Hi Just checked my dashboard and noticed that docker was out of memory. The Log was at 100% and Docker utilization was at 100%. I restarted server (it had been almost 90 days) and the Log cleared but the docker still was at 100%. Also docker then failed to start. Was looking through FAQ and was going to check mapping, but docker isn't starting to be able to check I've attached my diagnostics. Any help would be appreciated. I'm not savy with linux and its actually been a awhile since i've messed with my unraid set up (it was working so well) that I've forgotten most of what I learned. Any help would be greatly appreciated. Thanks! tower-diagnostics-20200303-1428.zip
  9. So I confirmed folders are correct, tried changing some of the folder names to be see if it triggered anything, forced a manual sync, nothing sees to trigger a move/organize. Anyone else have any similar issues with a fresh install? Thanks.
  10. Thanks for the suggestion, but it didn't seem to impact. I tried a manual update pointing to the same folder. It sees the files but doesn't do anything. 2018-10-19 18:11:48INFO[ONEOFF-SELECTION] ofl: 2018-10-19 18:11:48INFO[ONEOFF-SELECTION] ofl: 2018-10-19 18:11:48INFO[ONEOFF-SELECTION] ofl: 2018-10-19 18:11:48INFOI have located 6 files that I should be able to post-process. Continuing... 2018-10-19 18:11:48INFOthere are 6 files. 2018-10-19 18:11:48INFOStarting postprocessing for : Manual Run 2018-10-19 18:10:42INFOUpdate complete Then the logs go nuts. This message appears looks like once for each file. 2018-10-19 18:11:48INFO[ONEOFF-SELECTION] ofv: {'WatchValues': {'LatestDate': None, 'Publisher': u'DC Comics', 'SeriesYear': None, 'ComicVersion': None, 'IsArc': False, 'Total': None, 'ComicID': u'92569'}, 'ComicName': u'Nightwing', 'IssueID': u'689027', 'AlternateSearch': None, 'Issue_Number': u'51', 'ComicPublisher': u'DC Comics', 'ComicID': u'92569'} This error appears. 2018-10-19 18:11:48ERRORUncaught exception: Traceback (most recent call last): File "/app/mylar/mylar/logger.py", line 336, in new_run old_run(*args, **kwargs) File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/app/mylar/mylar/PostProcessor.py", line 1254, in Process self.nzb_or_oneoff_pp(tinfo=pp) File "/app/mylar/mylar/PostProcessor.py", line 1396, in nzb_or_oneoff_pp self._log("Grab-Bag Directory set to : " + mylar.CONFIG.GRABBAG_DIR) TypeError: cannot concatenate 'str' and 'NoneType' objects
  11. dstanley, thanks, that makes sense, but before I mess with it, as the only mismatch seems to possibly be downloads/Downloads... Doesn't the docker take the path from the setting section in the docker. So the container path is lowercase, and I have lower case in Mylar settings, likewise with /comics. Also, the comics path seems to work as mylar is creating folders for added comics and the logs show it is finding the path to downloaded comics, jut not triggering the moves from download/completed/comics to /comics. Thanks
  12. Okay I'm back with real question for Mylar. I have not been able to get Mylar to organize downloads. Current settings Docker: Downloads -> /mnt/user/Downloads/ Comics -> /mnt/user/comics/ Mylar WebUI First time using Mylar. I have not tried to import any comics. I've used the "This Week" list to add and to one-off. When I add a new series a folder is created in my /comics directory. Sab runs and downloads into /downloads/completed/comics/"issue name". The comic is NOT moved to /comics. I've included my log. Its pretty large after I turned Debuging on. mylar.log I forced folder monitoring under Activity/Jobs. The log shows its finding the comics, categorizing and doing some pretty cool analysis, but does appear to try to move to /comics/ I don't really see any errors but I am overwhelmed by the log. Any help would be appreciated. Thank you
  13. I realize I sent the wrong logs. I fixed the issue once I removed the docker and deleted the appdata. Sorry to both you all.
  14. I tried different port, browser and cleare cache. Here's a snippet of the log after I ran a bunch of updates. Oct 18 15:57:35 Tower nerdpack: perl-5.26.1 package up to date, checksum ok. Oct 18 15:57:36 Tower nerdpack: Cleaning up packages... Oct 18 15:57:36 Tower nerdpack: All packages processed... Oct 18 15:57:50 Tower root: Fix Common Problems Version 2018.10.02 Oct 18 19:06:16 Tower kernel: docker0: port 5(veth9441b2a) entered disabled state Oct 18 19:06:16 Tower kernel: veth49c8df7: renamed from eth0 Oct 18 19:06:16 Tower avahi-daemon[4433]: Interface veth9441b2a.IPv6 no longer relevant for mDNS. Oct 18 19:06:16 Tower avahi-daemon[4433]: Leaving mDNS multicast group on interface veth9441b2a.IPv6 with address fe80::dc42:96ff:fe4a:9ed2. Oct 18 19:06:16 Tower kernel: docker0: port 5(veth9441b2a) entered disabled state Oct 18 19:06:16 Tower kernel: device veth9441b2a left promiscuous mode Oct 18 19:06:16 Tower kernel: docker0: port 5(veth9441b2a) entered disabled state Oct 18 19:06:16 Tower avahi-daemon[4433]: Withdrawing address record for fe80::dc42:96ff:fe4a:9ed2 on veth9441b2a. Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered blocking state Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered disabled state Oct 18 19:06:17 Tower kernel: device vethfc1fdd4 entered promiscuous mode Oct 18 19:06:17 Tower kernel: IPv6: ADDRCONF(NETDEV_UP): vethfc1fdd4: link is not ready Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered blocking state Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered forwarding state Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered disabled state Oct 18 19:06:17 Tower kernel: eth0: renamed from veth2c2079a Oct 18 19:06:17 Tower kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethfc1fdd4: link becomes ready Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered blocking state Oct 18 19:06:17 Tower kernel: docker0: port 5(vethfc1fdd4) entered forwarding state Oct 18 19:06:19 Tower avahi-daemon[4433]: Joining mDNS multicast group on interface vethfc1fdd4.IPv6 with address fe80::608d:aeff:fe00:93f1. Oct 18 19:06:19 Tower avahi-daemon[4433]: New relevant interface vethfc1fdd4.IPv6 for mDNS. Oct 18 19:06:19 Tower avahi-daemon[4433]: Registering new address record for fe80::608d:aeff:fe00:93f1 on vethfc1fdd4.*. Oct 18 19:07:30 Tower emhttpd: req (12): csrf_token=***************&title=System+Log&cmd=%2FwebGui%2Fscripts%2Ftail_log&arg1=syslog Oct 18 19:07:30 Tower emhttpd: cmd: /usr/local/emhttp/plugins/dynamix/scripts/tail_log syslog Oct 18 19:08:03 Tower emhttpd: req (13): csrf_token=***************&title=System+Log&cmd=%2FwebGui%2Fscripts%2Ftail_log&arg1=syslog Oct 18 19:08:03 Tower emhttpd: cmd: /usr/local/emhttp/plugins/dynamix/scripts/tail_log syslog Oct 18 19:08:04 Tower emhttpd: req (14): csrf_token=***************&title=System+Log&cmd=%2FwebGui%2Fscripts%2Ftail_log&arg1=syslog Oct 18 19:08:04 Tower emhttpd: cmd: /usr/local/emhttp/plugins/dynamix/scripts/tail_log syslog
  15. Hello, I installed mylar, noticed the default port is the same as my sab port. Changed it to 9009 in the docker page. But I can't load the webui. I get a "site can't be reached" error in chrome. Any ideas?
  16. Tried updating as mentioned above. Cycles through, restarted binhex-plexpass but version still shows as 1.13 in General section of Plex. Didn't change. Edit: Okay I'm dense. I read 1.13 as 1.1.3....Firestick was just hiccuping I guess. Still working through it.
×
×
  • Create New...