Em Smith
- Login: emsmith
- Registered on: 2017-07-14
- Last sign in: 2021-07-05
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 1 | 0 | 1 |
| Reported issues | 11 | 12 | 23 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Tvheadend | Contributor, Wiki Editor, Issue Triage | 2019-02-04 |
Activity
2021-07-05
-
17:59 Tvheadend General: RE: eit scraper questions
- Take a look at the uk file (and the README), in particular "scrape_subtitle" with the "filter" option and search the README.uk for "...". I think that is probably similar to what you want since in the UK it will merge and replace the ti...
2020-07-19
-
16:08 Tvheadend Feature #4461: HDHome Run emulation
- You're the first to test with Emby!
The URL that your Emby has logged doesn't look right to me since it should have one "?" and the other arguments should be joined by "&". It seems your Emby has appended "?transcode" instead of "&tr...
2020-07-15
-
16:29 Tvheadend Feature #4461: HDHome Run emulation
- Actually, that should be:
-
16:23 Tvheadend Feature #4461: HDHome Run emulation
- The guide I found was here:
https://forums.unraid.net/topic/90487-creating-your-own-docker-containers-howto/
Is your unraid Intel? I've never installed it. Is your tvheadend docker from "linuxserver"? I found their repository here...
2020-07-13
-
15:46 Tvheadend Feature #4461: HDHome Run emulation
- To ensure people don't use the patch with the INT64_MIN bug, I've attached the latest version (same as in the github PR). This replaces all previous patches. It offers a few minor changes such as setting number of tuners (since Plex ap...
2020-07-12
-
10:05 Tvheadend Feature #4461: HDHome Run emulation
- Thanks. The existing http API used "0" to mean "unknown" and then repurposed INT64_MIN to mean "empty document". Since the lineup.post returned an empty document, we had to alter the http.c to pass through the empty size. But, looks l...
-
09:31 Tvheadend General: RE: Episode numbers in file name (German TV shows)
- Rob: Is that scraper config likely to work across Germany? Could you submit a PR to add the file as data/conf/epggrab/eit/scrape/de ?
Thanks.
2020-06-30
-
09:49 Tvheadend General: RE: stable amd64 packages for Debian Buster
- For many people, the easiest way to get newer versions to work is to use docker.
Docker is effectively a package manager that comes with all dependencies. Their server automatically builds a new release every time there is a checkin,...
2020-06-26
-
17:10 Tvheadend Feature #4461: HDHome Run emulation
- Do you have any IP filtering? Such as on "User" with its allowed networks? Do you have a "*" user?
I can't see anything obviously wrong. I've attached a patch that will do a lot more logging.
Stop any processes that access your ...
2020-06-16
-
20:05 Tvheadend Feature #4461: HDHome Run emulation
- I've submitted the changes.
Unfortunately my trial of Plex stopped today so I can't test against it any more.
If you have time can you try changing "HD2C-2US" in src/webui.c (for model name and model number) to "tvheadend" and see ...