Everything posted by althoralthor
-
[support] MakeMKV-RDP container Deprecated
Hi- I am trying to update the settings.conf file with the latest serial and when I restart it still says the app is too old, or the serial needs to be updated. Anyone else having this problem?
-
ProFTPD Plugin for unRAID v6.8.x
Hello all- Been using ProFTPD and was working fine. I think my roommate installed a flavor of vsftpd and now that appears to be taking over ftp requests (and I have no users configured so it does not work). Does anyone know how to completely remove vsftpd so ProFTPD can continue to work correctly? Sorry if someone else has already answered this question. I could not find any info on this. EDIT And I have removed the vsftpd docker he installed but it still seems to be trying to answer ftp requests. EDIT To the EDIT- Running unraid 6.1.4 Final EDIT- Fixed. Re-added and removed the docker one more time and it seems like that took care of it. Thanks for reading
-
Docker requests
Thanks Smashing!
-
Docker requests
Thanks for the reply trurl. appreciate it. And i use Plex, however my wife is in love with that apple tv which requires iTunes. i could try and jailbreak it i suppose...
-
Docker requests
Anyone? Is this in the wrong forum? Or is it just not possible to create such a docker?
-
Docker requests
Hey all. Had a request for a docker for an application called Identify 2 for Mac. It will automatically (and simply) grab info for tv shows and movies and write tags. Here's a description: For use with iTunes compatible video files, iDentify looks at the names of the files you give it. Based on the structure of the file name, it attempts to determine wether the file is a TV Show or movie, also collecting season number, episode number, episode title, year, and IMDB code when provided in the file name. Using that information, it then goes online and searches the theTVDB.com for information on that TV show, or theMovieDB.org for movies, and tagChimp to fill in anything that was missing from the first two sources. From those sites, it collects as much information as possible, such as description, cast, crew, MPAA rating, artwork, chapter names, and it looks at the dimensions of the video so it can automatically mark the video as Link to the free app below. Hopefully someone much smarter than me can make this docker! http://download.cnet.com/iDentify-2/3000-2141_4-75285812.html
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
Love the connect by IP address option! Nice job! Appreciate the plugin!!
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
True, i can definitely do that. Was thinking about modifying the link, but in reality, all i really have to do is hit the web page that way. Good point.
-
[Plugin] Command Line Tools (Shell in a Box) for 6.1+
This plugin is awesome! Is there a way to configure it to use my server IP address versus hostname? i looked in the shellinabox-plugin.cfg file and did not see a hostname entry. TIA al
-
[support] MakeMKV-RDP container Deprecated
I agree! Works like a champ
-
ProFTPD Plugin for unRAID v6.8.x
Hi SirG. Great plugin! Love it. Been testing a bit on a test server and am attempting to limit users to read only access. I have the access locked down to the directories i want, but user still has full access to that directory. I added below to /flash/config/plugins/ProFTPd/proftpd.conf and restarted ProFTPd but am still able to add directories and delete files. Any idea what I'm doing wrong?? Thanks in advance. # Limit write access to a directory and subdirs <Directory /mnt/user/media/Movies/> <Limit WRITE> DenyAll </Limit> </Directory> # Limit write access to a directory and subdirs <Directory /mnt/user/media/TVShows/> <Limit WRITE> DenyAll </Limit> </Directory> *EDIT- I think i may have messed up the config file. I noticed on the plugin page that it was running, but throwing an error on detected version. I removed, reinstalled, and added the appropriate config to the file and now it appears i have the read access i wanted. Thanks!!
-
[support] MakeMKV-RDP container Deprecated
I just wanted to thank the OP for this docker. I'm very excited to test it out!
-
Running UNRAID in a Virtual Machine under Virtualbox (Windows Host)
great info. thanks guys.