2devnull

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

2devnull's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Apart from features, I'm on the latest Kodi and Emby, I keep those updated...I fear one day it may no longer be compatible with this MythTV image.
  2. This has been working great for the last few years but since there are later versions of mythtv and more images on Docker Hub, what is the consensus (stick with this that works) - go with something newer (what is to be gained on newer versions of mythtv for headless purpose - I use it as a backend to kodi).
  3. Were you able to resolve this? I downloaded it just now for the first time and that is all I am getting.
  4. I'm not sure this is any different than passing the PCI capture cards to my MythTV docker. --device=/dev/dvb/adapter0/demux0:/dev/dvb/adapter0/demux0 \ --device=/dev/dvb/adapter0/dvr0:/dev/dvb/adapter0/dvr0 \ --device=/dev/dvb/adapter0/net0:/dev/dvb/adapter0/net0 \ --device=/dev/dvb/adapter0/frontend0:/dev/dvb/adapter0/frontend0 \ --device=/dev/dvb/adapter1/demux0:/dev/dvb/adapter1/demux0 \ --device=/dev/dvb/adapter1/dvr0:/dev/dvb/adapter1/dvr0 \ --device=/dev/dvb/adapter1/net0:/dev/dvb/adapter1/net0 \ --device=/dev/dvb/adapter1/frontend0:/dev/dvb/adapter1/frontend0 \
  5. Glad you got to the bottom of that problem. I presume the unionfs-fuse mount will only need to combine the media directory (RW) with the decrypted view of the acd directory (RO).
  6. Another. BTW - I think I may venture into using this method with the 'reverse' option and rclone as it appears it does not require encrypting until sending to ACD. https://alpha-labs.net/2016/09/amazon-clouddrive-encfs-rsync/
  7. @Wob76 - I use RancherOS as the base to run my dockers which provides a selection of console (I'm using the Ubuntu one). Installing the unionfs therefore is just the same as installing on Ubuntu (install the unionfs-fuse package)
  8. well since Marcus hasn't yet got around to updating his stuff, I went ahead and got this all working following the amc.ovh tutorials. I pass the union mount to docker volume and therefore able to see the files in docker while having to perform the rest of the operations on the host. Not ideal but gets the job done. I wrote some of the commands as zsh functions to keep it simple. EDIT: Marcus did https://hub.docker.com/r/msh100/acd-docker/ start to do this update using a new single-container. However, I am not sure how this works as I need to pass something (the union mount I presume) to my other containers for them to write and delete items.
  9. Seems like Josh Hogle took his stuff down completely from everywhere (perhaps too many people were bothering him or AMZ caught up to him). Been trying to get Marcus https://github.com/msh100/acd-docker to update his for this.
  10. That's a lot of questions, I only had 1... LOL While this is a bit of thread derailment, I can answer some of them. For the others, hop over to the TvH thread and ask in there. The best Docker/thread is located here http://lime-technology.com/forum/index.php?topic=37671.0 Install (preferably) from Community Applications. Does it support schedules direct? - Yes, easily - no. Meaning, it does support it natively, but setting it up is a bit of a cludge. For that specifically, look here (quoting myself here). http://lime-technology.com/forum/index.php?topic=37671.msg442261#msg442261 more info above that post. Remove commercials, yes, but have not used it as of yet. Expire recordings, I'm pretty certain yes, however wasn't spelled out exactly as "keep 10 recordings of XXX recording" however the specifics would be better asked in that thread, or better yet on the TvH forum or even the TvH subforum in Kodi. Thanks....yes, I can ask for sure....just trying to hit the main points if there was some reference feature comparison already done. Those are the main things I can't live without as I depend on them....but the little reading I did do on TVH seems to want to include those "clugy" ways which I am not a fan of as they usually are the first to break in upgrades. Oh well, always tradeoffs. I appreciate your feedback and may give it a go since that is one thing that Docker makes easy (i.e. not messing up your host system).
  11. Thanks! Only question is, I just want to have this run once to export recordings as I'm moving over to camp TvHeadend (nothing particularly wrong with Myth/this Docker, but channel change speed and LiveTv loading is blazing fast in TvH). Therefore I don't need it to run after the recordings, just the one time. Sounds like it will do what I need though, and I'll check it out. Mythlink would give you proper show names that points to the mythtv numeric names. Does TVHeadend support the automatic expiration of shows? Like Show A, keep 10 recordings, delete oldest to make room for new ones? Also, is it simple to just give it my Schedules Direct creds and it grabs my EPG and keep it updated? Also, does it have scripts that can remove commercials? I wouldn't mind getting off mythTV also if I can find something that takes care of all those rules and also looks at the disk space and makes automated judgements on what to delete based on what I watched and the number of shows to keep I defined. Thanks to this Docker, it is painless to get going, but anything ligther, simpler and faster that can match those aforementioned features is worth a look. BTW - What is the best Docker implementation of TVH out there?
  12. Check out HandOfMyth. You can setup a User Job to be called when a recording is complete. In that way, MythTV passes the data to the script then you are free to then do what you want with the data. You can place it in /home/myth and have that bind mount to a path on your host so it doesn't need to be in the container. The User Job can be setup in MythWeb.
  13. sparkly.....any plans to update to 0.28?
  14. How are you guys doing you LiveTV storage? Are you able to do it on the frontend or separate SSDs on this backend?
  15. Hi, I would like to run a slave instance to offload some user jobs from the master. Can you tell me what would be required. Do I just remove the following scripts? /etc/my_init.d/003-bring-up-the-database.sh /etc/my_init.d/005-bring-up-the-backend.sh /etc/my_init.d/006-bring-up-mythweb.sh