pinion

Community Developer
  • Posts

    506
  • Joined

  • Last visited

Everything posted by pinion

  1. I apologize but right now my unraid rig is down. I'm suspecting bad ram after I finally ran a memtest this morning. I don't use those scripts... where did they come from? Otherwise you should be able to set the output directory in the Mylar configuration. Good luck!
  2. pinion

    VPS

    I have one that's $30 a year. I run several small wordpress sites on it. I have another that's $8 a year and I use it just for IRC and run weechat and bitlbee.
  3. It's interesting you say that because I just experienced the same thing with Headphones. I wish I remembered if it was before the 6.1.7 update or not. Currently everything looks normal for me so I don't know. I'll continue to monitor it.
  4. Perhaps I'm wrong. I saw that it said I was 6 commits behind so I hit update. It updated and then told me in my log that Mylar was up to date and I no longer see that I'm 6 commits behind. I do see where it gives you an error if you check for updates but I'm not sure why Could not get the latest commit from github . For all I know it could be an issue with Mylar but I concede it's probably something I did wrong.
  5. Correct, it doesn't update itself. It is currently stable for me. Is there a bug fix or feature that's been introduced that you need? I'll test and accept any pull if someone wants to make it to where it can update itself either through mylar or when you restart the container but I don't really have the time to do it myself.
  6. I'm not sure how you mean. 8090 is exposed and you can set it to whatever you want on the host. If you're using the Community Apps Plugin you can change it at install time or edit it later and change the host port to anything you like. For your other question, I created my repos before linuxserver even had their own baseimage. I guess I could look into it but I'm not all that worried about it so I doubt I will anytime soon. Mylar is working great for me and I hope you find it useful too.
  7. Run more than one docker for this? Unless it goes by IP or something.
  8. and until it does dawn on you, you don't know how to use dockers. This is what trips everyone up. Absolutely. glad you got it sorted! I still have an issue where not all of my media will show up to push for some reason. No idea why. I think my permissions are correct. No one else has complained so I haven't cared to look into it since I also use Plex. And I think you can get Plex on Tivo now too although I don't go that route.
  9. Sorry to post again, but I was just looking at my conf file and noticed that there is no type for the MyMovies - shouldn't it have a type of video? I am enclosing it, although I have changed personal information in it. The TiVO MAK, user, and password are masked. I'll have to check my config to find out and I wont have access for about 11 hours. I can tell you that I didn't edit my pytivo.conf manually so I don't think you need to. I'm looking at your logs and your config now though and it looks like you set your directories to what they are in unraid but not what they are in the docker. So when you setup the docker you told the container (for instance... you need to check your own settings...)... you told the container that /media in the container points to /mnt/user in unraid. So in the container if you want to point to /mnt/user/Video you need to tell the pytivo page that it is in /media/Videos. Because, in this example, /media = /mnt/user. Does that make sense? The log is throwing errors because the container can't find the directory you are looking for. So check your config on the docker and see where you should be setting your paths OSError: [Errno 2] No such file or directory: '/mnt/user/Music'
  10. So using ffmpeg --version I see that it is installed, and using find I find it in /usr/local/sbin/ffmpeg and another directory where I tried to get it installed... The version is N-51867-g2dba040-static with a 2005 date, so it appears good/current. When I search for or attempt to execute tdcat and tivodecode however, I do not find them in any system-wide location, only in a bunch of docker subvolumes. Which path am I suppose to use in that case? I'll attach a log showing you the results of find on tdcat. tdcat won't be installed on unraid. It will only be installed in the container. You won't find what you're looking for doing what you're doing. Please read this for your answers: https://github.com/noinip/docker-pytivo/blob/master/README.md
  11. Correct - sorry to have confused you by mentioning the whole thing. I was using it to check for ffmpeg, see processes, try to install ffmpeg manually, etc. I was even tempted to install without the docker, but decided to hold off on that. Disregard the whole Krusader/terminal part please! Ok, I'm just worried something else may have gotten messed up. When you say you got ffmpeg installed did you exec into the docker container or are you just within unraid? having ffmpeg installed in unraid won't do you any good for pytivo and running commands within the docker container isn't necessary.
  12. OK - removed everything, re-installed, this time at least ffmpeg was installed (no tdcat, but that is not critical). So I figured I was golden, but there are still no movies appearing. I haven't heard for certain that a root video directory full of sub-directories of ISO files is OK with this - is it? I even took an mp4 file and copied it to .mpg and .mpeg, put them in the root folder where my media (movies) are located, but my TiVO just keeps saying that there are no movies. I created music and photo shares, and they also point to directories with a ton of sub-directories containing photos or MP3 files, but when I access Music on my TiVO I get "An unexpected error occurred while accessing the server. (Error#3-5-6)". When I access photos, I see it flash the boxes on the screen for a second where it would display the folder names, but then those go away and it says the same as with Music except the error is (Error#5-6). From what I have read online, those errors are a bit of a mystery potentially created by the TiVO end of things screwing up. (Which, if you have ever used their TiVO app on iOS or Android, you would no doubt believe since it couldn't keep a decent connection going to save its life even when you have good bandwidth...) So not sure why the videos are not appearing when all else appears good - any ideas? FYI... Log is clean, no errors. How do you know ffmpeg is installed but tdcat is not? ffmpeg, tdcat, and tivodecode are all installed. You might have to manually set the path for tdcat and tivodecode like I said earlier in the thread on in the readme. Try to do that and see if you can pull anything from your TiVo on the page for tower:9032
  13. I was just using the terminal emulator in Krusader to try to run a package installer, but am not having any luck. Yes, I am on UnRAID 6.1.4 I don't use this, but is Krusader part of the pytivo docker, or is it a separate docker? If a separate docker it cannot access anything in the pytivo docker. I was just using it for its terminal emulator because I was on a computer that did not have Putty on it... But you don't need to do anything in a terminal emulator for the pytivo docker.
  14. I was just using the terminal emulator in Krusader to try to run a package installer, but am not having any luck. Yes, I am on UnRAID 6.1.4 Yes, my /config is pointed to /mnt/user/Apps/pyTiVO/ my /media is pointed to /mnt/user/Video/ which is where all of the video mpgs and movie iso images are located, in subdirectories. I used the community docker application plugin, so perhaps there is an issue there? I did an edit on the docker so it would generate output of the setup - it is attached to this if it helps. I'm not sure what you are doing in the terminal emulator in krusader but you do not need to install anything or manually mess with anything like that. Uninstall the container via the Docker menu in unraid and make sure you delete everything. Delete the folder that you had it installed to in unraid as well. Then try to reinstall and reconfigure via the website at port 9032. The log you posted showed that the Docker container was previously downloaded so it didn't redownload anything and that everything succeeded in the docker installation. So nothing there really to help troubleshoot.
  15. What I'd really like to see is a docker for kmttg!!! http://sourceforge.net/projects/kmttg/
  16. While setting up I did add tivodecode and tdcat with the directories /usr/local/bin/tivodecode /usr/local/bin/tdcat This was required to be able to push. I need to add that to the readme. EDIT: This is working for me now........
  17. Thanks pinion! Let me give you an idea of where I am at then... Using Krusader, I cannot see the files so I was not sure if they were installed with the docker. Krusader defaults to user Nobody and I can't sudo su because of that and I haven't figured out how to fix that one... So I trust they are there... When I browse using WebUI it shows no files, and the directory I provided for it as a subdirectory for every ISO file. In case it was an issue with the ISO files, I put an mpg file in the root of the directory, but it still does not see anything. I have the MAK set too. Here is what the log shows - anything striking a chord with you here? *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... *** Running /etc/my_init.d/pytivo.sh... *** An error occurred. Aborting. *** Shutting down /etc/my_init.d/pytivo.sh (PID 91)... *** Init system aborted. *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/pytivo.sh... Interesting. How are you using Krusader? Are you on Unraid? If you go to the Docker page you'll see where the directories are that you setup. Mine are: /config /mnt/cache/apps/appdata/pytivo /media /mnt/user/Media So I need to setup /media as my folder which points to all my media. And in my case I setup the MyMovies in pytivo to point to /media/Movies. As to why it is showing an error occurred I'm not sure. But it looks like it rebooted and is now running. How did you install this? I know my readme has instructions on how to install via command line but using the community application plugin is probably your best bet but wasn't available when I first put this together. I just reinstalled everything from scratch that way and I'm not having any issues.
  18. ffmpeg, tdcat, and tivodecode are all included inside the docker, you do not need to install any of that in unraid. That's part of the beauty of Docker. You should just need to install the Docker and the configure everything on the website like you want it. It should do the conversions on the fly. All the dependencies I install in /usr/local/bin/ within the Docker which is in the path so pyTivo shouldn't have any problem finding them. Also check the readme, it might have the info you need to get it setup: https://github.com/noinip/docker-pytivo/blob/master/README.md
  19. From another thread I was pointed to their Docker Container: Let's Encrypt already has an official docker here and instructions on how to use it here
  20. Mine is still going strong. That thing is a beast. I replaced the PSU's to get it quieter and made sure to set the fans to low in the bios. It doesn't run hot. Upgraded to cpus and 24GB of ram. It does everything I want except run a Mac OS VM.
  21. As people are thinking about containers for these things I would like to suggest you think about adding support for Let's Encrypt https://letsencrypt.org/
  22. I just pushed an update. Hopefully this fixes things. Give it a bit to build on dockerhub. Thanks for the heads up!
  23. If you run this from the command line it works and you can create a world. It would be nice if someone created a container for this and for tshock so that you could admin terraria server from a website via tshock. I keep wanting to look into it but I don't have the time. (Paging sparklyballs :))
  24. I've updated the ownership permissions. Hopefully that fixes your issue. Without breaking anything else I'm not sure why you'd have a problem. I don't use nzbs but I assume that the cache directory is used for all sorts of things. Someone else was having problems with nzbs earlier in this thread. You should see that it's updated sometime soon.
  25. That's a great question. I had assumed it was built in. I already gave it my comic vine api as it's basically useless without it. I enabled metadata tagging but I'm not sure how to know if it's working or not. When I go to the page listing what I have there is a button to tag it. Pressing it says successfully tagged. That said I'm going to install comictagger on my mac and play with it a bit. Not sure if it makes sense to have it installed in this docker or if I should create a new one. But I'm going to do some research on it. Sounds like if it was included you would know