Jump to content

bmilcs

Members
  • Posts

    87
  • Joined

Everything posted by bmilcs

  1. Ok. I downloaded and posted them in my OP Quick question about "Set to cache, but exists on array" errors. Can I simply delete the old location's data?
  2. Diagnostics? Ok. Let me figure out what you're talking about and post those.
  3. Hello Unraid'ers, I am relatively new to Unraid and I've been plagued with regular server crashes.. almost on a daily basis. Can you help me diagnose the issue? I've included all the components of my build & the dockers I'm currently running. I would greatly appreciate your help getting to the bottom of the issue. I believe it's Plex related, because I typically put South Park on to fall asleep to every night. It seems to stop playing relatively quickly and then the webgui, telnet and all communication becomes unresponsive until I hard reset the computer. Thank you so much! - Bryan UNRAID SERVER BUILD COMPONENTS ----------------------------------------- PSU: EVGA SuperNOVA 650 GS 220-GS-0650-V1 80+ GOLD 650W Fully Modular CPU: AMD FX-6300 Vishera 6-Core 3.5GHz (4.1GHz Turbo) FAN: Cooler Master Hyper 212 Plus MOBO: ASRock 970 EXTREME3 AM3+ RAM: 2x CORSAIR XMS 4GB 240-Pin DDR3 SDRAM DDR3 1333 CMX4GX3M1A1333C9 CASE: Fractal Design Define R5, 10 Drive Bays CACHE: Kingston SSDNow V300 Series 2.5" 120GB SATA III (SSD) SV300S37A/120G PARITY: WD Red 4TB NAS - 5400 RPM WD40EFRX HDD: 1TB x Seagate Desktop HDD ST1000DM003 64MB Cache SATA 6.0Gb/s 3.5" HDD: WD Red 4TB NAS - 5400 RPM WD40EFRX HDD: WD Red 4TB NAS - 5400 RPM WD40EFRX DOCKERS -------------------------------------------- Sonarr Radarr Sabnzbd Plex Headphones Lazylibrarian NZBHydra syslog.txt unraid-diagnostics-20170903-1505.zip
  4. How can I code this properly? I want to rename any podcast with "Thursday" in the title to Date TMP. I want to rename any podcast with "Monday" in the title to Date MMP. How do I successfully apply an if/then statement to execute this? I tried something like this, but of course it didn't work. I am not a programmer Thanks! web_server: bind: 0.0.0.0 port: 3539 web_ui: yes templates: podcast: accept_all: yes pathscrub: windows limit_new: 1 tasks: MMP: template: podcast rss: http://billburr.libsyn.com/rss/ download: /mnt/user/podcasts/Monday_Morning_Podcast/ if: - "'Monday' in title" set: filename: "{{ rss_pubdate | formatdate('%Y-%m-%d') }} - MMP.mp3" - "'Thursday' in title" set: filename: "{{ rss_pubdate | formatdate('%Y-%m-%d') }} - MMP.mp3"
  5. https://github.com/ripmeapp/ripme I happened to track down a docker that allows you to run this: https://hub.docker.com/r/kastang/ripme/. Now, I've used the Docker Tab within Unraid to grab the repository: kastang/ripme. It downloaded successfully, but I have no clue how to get it going from here. I was hoping to get it to open on a specified port and allow me to use the interface built-in. I'm still relatively new to unraid and would greatly appreciate any help! Thank you Bryan
  6. Alright disregard this whole project. I'm going to create a different thread on something that I have a chance at actually getting to work
  7. python redditdl.py mechanicalkeyboards mechanicalkeyboards --score 50
  8. Traceback (most recent call last): File "redditdl.py", line 10, in < from redditdownload.redditdownl File "/mnt/user/scripts/reddit/re from redditdownload import * File "/mnt/user/scripts/reddit/re from .deviantart import process File "/mnt/user/scripts/reddit/re from bs4 import BeautifulSoup ImportError: No module named bs4 Here's what I'm getting now when trying to python redditdl.py.
  9. I'm insanely uneducated on how to even get started. Is there a wiki page or some kind of tutorial for running python-based scripts or scripts in general within the unraid command prompt? I hate being a begger but I did dozens and dozens of google searches and netted nothing that made sense to me.
  10. I must've downloaded it incorrectly. The entire contents of the redditdl.py script is as follows: #!/usr/bin/env python # coding: utf8 """ Repo-root entry script. Not named 'redditdownload.py' because it would horribly conflict with the package name. """ from redditdownload.redditdownload import main if __name__ == '__main__': main()
  11. /usr/bin/env: Ç python Ç : No such file or directory I made it executeable via chmod +x but I am now getting this.
  12. Hello fellow data hoarders, I'm 1 week into unraid, linux and command lines. I'm looking for a proper subreddit image & post ripper, for archival purposes, with as many features as possible. Since installing unraid on my dedicated old PC, I've successfully setup my array, cache, data splitting & permissions to my liking. My dockers: Plex, sonar, radarr, headphones, lazylibrarian & libresonic are finally running to my satisfaction. However, I can't get good info on running scripts via a command prompt. I have found a few python-based scripts for downloading images from Reddit, and wanted to start out by trying this https://github.com/HoverHell/RedditImageGrab . The requirements: Python 2 or 3. So, I installed Python via NerdGui. I created a new share user/mnt/scripts/, copied the extracted contents of the -master .zip with my Windows machine, and navigated to it via telnet using the cd command. The wiki got me this far, but I don't know what to do next. Please help! What are my next steps to getting this thing to run? Are you using a better script to get this job done? I would love some kinda of working GUI to fill my needs. Thank you so much for your help. Bryan
×
×
  • Create New...