dbinott

Members
  • Posts

    144
  • Joined

  • Last visited

Everything posted by dbinott

  1. UPDATE: switched to deluge. Is there a way to update the WebUI link to use the new port? Or I'm doing something wrong.
  2. So, I was importing my music overnight and lost connection to the terminal. Is there a way to get back to that session? Do I just rerun? it keeps track of that sort of thing, cool.
  3. ok, so with these input[type=button], input[type=reset], input[type=submit], button, button[type=button], a.button They all target a particular element on the page. so input button means do this one style for anything that has an input type of button. same for reset or submit. Then there are just button tags <button></button>, so it tells it tun also do the those, button type button I believe is not needed. Then there are specifiers. a means any anchor tag, those are what make the links, then if they have the class of button, do those also.
  4. Changed all the orange buttons. Last 28 lines or so were added.
  5. Updated buttons body { color: #6e8f9e; } select { color: #546e7a; background-image: linear-gradient(66.6deg, transparent 60%, #6e8f9e 40%), linear-gradient(113.4deg, #6e8f9e 40%, transparent 60%); } #title { color: #dedede } input[type=text], input[type=password], input[type=number], input[type=url], input[type=email], input[type=date], input[type=file], textarea, .textarea { color: #6e8f9e; } #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after { background-color: #026cf7; } div.jGrowl div.jGrowl-notify { overflow: hidden; box-shadow: none!important; } .blue-text, a { color: #3887f1; } .switch-button-background { background-color: #4646465e; border: 1px solid #aaaaaa1f; } .switch-button-background.checked { background: #4646465e; } input[type=button], input[type=reset], input[type=submit], button, button[type=button], a.button { backface-visibility: hidden; cursor: pointer; white-space: nowrap; background: rgba(100%, 100%, 100%, 0); border-radius: 4px; border: 1px solid #3887f1; border-width: 1px 1px 1px 1px; padding: 9px 18px 9px 18px; box-shadow: 0px 1px 0px #535353, 0px 1px 3px rgba(0%, 0%, 0%, 0.3); color: #eaeaea; text-shadow: 0px -1px 0px rgba(0%, 0%, 0%, 0.4) } input:hover[type=button], input:hover[type=reset], input:hover[type=submit], button:hover, button:hover[type=button], a.button:hover { color: #f2f2f2; background: -webkit-gradient(linear, left top, right top, from(#3887f1), to(#5d92d8)); background: linear-gradient(90deg, #3887f1 0, #5d92d8); }
  6. Thanks @Joseph. I am a web developer, so CSS is in my tool bag. But you can go and learn the basics pretty much anywhere for free. The banner is in the gallery posted in this thread a few times. The Stylus plugin you can get here https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en and you can pate in the CSS below for your unRAID URL. body { color: #6e8f9e; } select { color: #546e7a; background-image: linear-gradient(66.6deg, transparent 60%, #6e8f9e 40%), linear-gradient(113.4deg, #6e8f9e 40%, transparent 60%); } #title { color: #dedede } input[type=text], input[type=password], input[type=number], input[type=url], input[type=email], input[type=date], input[type=file], textarea, .textarea { color: #6e8f9e; } #nav-block #nav-item:focus:after, #nav-block #nav-item:hover:after { background-color: #026cf7; } div.jGrowl div.jGrowl-notify { overflow: hidden; box-shadow: none!important; } .blue-text, a { color: #3887f1; } .switch-button-background { background-color: #4646465e; border: 1px solid #aaaaaa1f; } .switch-button-background.checked { background: #4646465e; }
  7. Took one of the banners from the gallery, used the black theme and then used Stylus chrome plugin to make some css changes. I hate white text on black. Burns the retinas. Will probably change the orange buttons too.
  8. Well, probably movies on one and TV on another. If I kept it that way.
  9. I am new to unRAID and curious if anyone has done this, or if it's even a OK idea to implement? I have everything running on a win10 machine with an i7-4790k, 32gb ram with ~18TB in storage spaces. I just built an unRAID server but it only has an i5-4590, 24gb. What I was thinking of doing is keeping Plex on the i7, and only Plex because it is an awesome CPU and has been great for me, then move all other apps, sonarr, radarr et al. to the unRAID box. Now I was going to leave the windows storage spaces as is and map to unraid. But I assume I would be better off moving it to the array? If I don't move it to the array, can the mover move files to a mapped network drive instead of the array? Thanks. Sorry if these sound like n00by questions. I have been reading a lot so as to not be that n00by any more.
  10. OK, I get it. So in the case of say SABnzbd, I want all the processing done on the cache, but then the media ultimately moved to the array right after processing is done, not overnight. What would the set up be for that use case?
  11. New to unraid and I am on 6.7.0-rc7 I was reading through the manual and when I got to the shares I noticed some of the info does not correlate to what is on the GUI. https://wiki.unraid.net/index.php/UnRAID_Manual_6#User_Shares_2 Allocation Method Manual says Most-Free, High-Water and Split Level whereas the GUI shows High-water, Fill-up, Most Free (edit: I guess it just looks like Split Level is part of Allocation in the docs, but it really isn't. Just needs better separation I guess) Then it talks about setting Split Level to a number, but in the GUI not only is Split Level not listed as an Allocation Method, but it shows a drop down list of options. It also talks about Export Mode as a parameter, but it doesn't exist on the add user share page. No mention of Use Cache Disk or Enable COW. Speaking of Use Cache Disk... the Yes and Prefer options are confusing. For Yes it says if it writes to the array, it will transfer from the cache to the array. Is it just me not understanding, or is there an issue here?
  12. For the Fans plugin, is it limited to only PWM fans? No 3 pin?