Everything posted by hernandito
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Somehow Docker is finding errors and will not let me compile what should compile. Let me see if I can go back. I just changed one little number.
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
I just changed the 7 to an 8... its rebuilding now. If all goes well, you should be able to upgrade from your Docker screen. Otherwise, I have no clue what to do... I copied this from someone and adapted it to unRAID. Stay tuned....
-
Share Your Banners
I have tried many many times. My files are less than 96k, and I have seen the pop-up when I tried to upload larger. I have resorted to placing the file manually in the correct folder and called it banner.png Thanks Bonienl.... your work is awesome.
-
Share Your Banners
Very nice... thanks! Anyone else having trouble changing the banner using the web UI? After dropping the banner, or picking the banner file, after hitting "Apply" it reverts to the surfer default banner... I am on 6.1.3
-
[Support] Linuxserver.io - Kodi-Headless
Well the way I do it is setup sources on a client, then you have sources.xml and paste that into your userdata folder on Unraid. Then I think I did the initial shared database via the client, after that it just works. Here's my sources.xml <sources> <programs> <default pathversion="1"></default> </programs> <video> <default pathversion="1"></default> <source> <name>TV Series</name> <path pathversion="1">smb://192.168.0.1/TV Series/</path> <allowsharing>true</allowsharing> </source> <source> <name>Movies</name> <path pathversion="1">smb://192.168.0.1/Movies/</path> <allowsharing>true</allowsharing> </source> <source> <name>Downloads</name> <path pathversion="1">smb://192.168.0.1/Downloads/</path> <allowsharing>true</allowsharing> </source> </video> <music> <default pathversion="1"></default> <source> <name>Music</name> <path pathversion="1">smb://192.168.0.1/Music/</path> <allowsharing>true</allowsharing> </source> </music> <pictures> <default pathversion="1"></default> </pictures> <files> <default pathversion="1"></default> </files> </sources> Makes sense... but you CANNOT scan the libraary after you add the source on the client. That would be the trick. Thanks N.!
-
[Support] Linuxserver.io - Kodi-Headless
Hi Guys... Setting up a new unRAID server for a buddy of mine... If I use this initially, how do I add the sources for each category? TV, Movies, Music, Music Videos? If one cannot do a clean on one of the htpcs connected to TV, and there is no web interface, how does one execute a library clean? Thanks, h. ps. Also, how do I pick which version of Kodi to use, Helix, Isengard...
-
Preclear plugin
I was not... somehow I missed the latest upgrade.... I have upgraded, but it still shows the issue. I assume its because I started the process on the older x.18 version. Do you think this is why? Thank you. I just updated to 2015.09.20 . I don't know if it will affect current or only future instances. Working perfectly right now... Many many thanks for this!! This is how the pre-clear process should be...
-
Preclear plugin
I was not... somehow I missed the latest upgrade.... I have upgraded, but it still shows the issue. I assume its because I started the process on the older x.18 version. Do you think this is why? Thank you.
-
Preclear plugin
I get this: /bin/ls: cannot access /usr/share/terminfo/s: No such file or directory If you meant me to type this: ls /usr/share/terminfo/ I get: a/ d/ l/ x/
-
Preclear plugin
Sadly I am also getting a funny looking pop-up status display window. It used to be properly formatted, like what one used to see in the 'screen' window on putty.
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
http://i.imgur.com/jogtwPM.png
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
http://i.imgur.com/eGA2dkY.png
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
I created this icon to launch the plugin from the Tools page. Please feel free to use it if you like it. If you want me to try something else, I will be glad to create it for you. http://i.imgur.com/tfM1Zi5.png
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
Worked like a charm for me... basically I clicked the "Stop Array Process" button and it went to work. I got nothing left open, which is as it should have... and then I was able to stop the array. I will test later tonight by opening a folder and a terminal window to ssome array folder and see. I feel this deserves to somehow be in the Array Operations on Main... but that is above my pay grade. Many thanks for this!
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Yes, this is what I did. In fact, I have been running Calibre on Desktop for ages... then I moved the data to a Dropbox so I could update from home and work computers, then I did the unRAID Calibre server Docker recently. I cannot recall that Calibre server does the library creation. I think its only meant to web serve your library.
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
PS. I have installed Calibre Desktop on my PC's and the configuration points to a folder in my Dropbox. Then I install Dropbox on unRAID and have the Calibre docker point to the dropbox folder. I assume you could setup your Calibre from Windows or Mac and have it point to an unRAID cache-only share and then add you book collection. Point is, you need to first get and add books to your collection from within a Desktop version of Calibre that can be seen by unRAID.
-
My New Dockers - Apache-PHP and Enhanced Calibre Server
Here are my settings. I use it with Dropbox so I can access my library from anywhere. Did you get it to work?
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
Soooo, its going to be like a 2 step process...? Step 1 stops dockers, plugins, etc... Step 2 would be the scanning and ability to kill leftover running processes not caught in step 1. Step 3 would be to stop the array and any other stock unRAID operation on Main... Is it possible that step 1 or 2 will "kill" anything needed for the web ui? If correct, this sounds good to me.... Thanks for working on this... I have pulled a lot of hair from my head over the years with the shutdown/reboot process.
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
So how would one use this? Is there a way to send the command lines NOT on the webui.... something that sends the command to the console some way. Or create a console script that lists running process and allows you to kill them.
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
Why can't you have two browse sessions at the same time? One on the files open webgui and the other on Main doing the shutdown. Do the shutdown and then switch to the other browse session with files open, refresh the page, and get down to what is holding up the shutdown. Perhaps then, on the Main page, some instruction saying something like: "Before initiating shutdown, click on link below, and come back to this page to initiate shutdown sequence." Clicking the link will open page in new Tab or window. And in the Open Files window, you have a refresh button that sends the actual command and not a web page refresh that may get stuck because of something happening with the array stop procedure. I know from past experience that the web ui is pretty unforgiving when stuck on these loops. This would kick tail if it works properly!
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
A technical question.... when I go to Main and click on button to Stop the array... it normally goes through the process of stopping the dockers and all the other stuff. When something is not going well, I get the "Retrying to..." (cant recall exact words) that just keeps cycling over. If one is stuck in this loop, are we able to then click on the Open Files link and it will take us to the Open Files page with the ability to kill the open stuff? In the past, when I am in one of those loops, I cannot go navigate anywhere on the unRAID web ui. I would rather ask this question than try to make my system go unto a loop to test. Thanks!
-
What do you use for metadata management?
MCM for me is a blast from the past. I have not used this in ages... I simply do all my acquiring and post-processing through Sickbeard/Sickrage/Sonarr and CouchPotato and it takes care of the rest. Since I use Kodi on my htpc's, all my scraping is perfect. Even stuff I acquire manually (via torrents, etc) I let the SB and CP handle this. I also set those guys to do the Plex notification as well.
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
16x16 _ I like the green one better. http://i.imgur.com/fVWBZjK.png http://i.imgur.com/gwDaDSz.png
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
http://i.imgur.com/UMxzMlJ.png http://i.imgur.com/AHPPdqs.png I was about to suggest these edited ones... I will upload the 16x16 versions.
-
Open Files Plugin - Can help with troubleshooting why server won't shut down
Thank you for this....! can I make a cosmetic request please... the triangular "Warning" icon freaks me out every time I go to the Main page. I am conditioned that when I see this icon, something is wrong. Can you please change the icon to something less "alarming"... Below are some ideas. Please let me know if you need help re-sizing any image or tweaking anything. Many thanks, http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/green-jelly-icons-business/082258-green-jelly-icon-business-document8.png https://lh4.ggpht.com/lUcLbewm2mffnhc1_BbZYi5zjEXAzfeYf73cg2SXjFDX3_xNnHGUMkSRdh86TN8HqcSq7Qr3vA=w512 http://findicons.com/files/icons/1580/devine_icons_part_2/128/defult_text.png I can also colorize or tweak the b&w images a little as welll... just let me know your thoughts.