New MythTV add-on using libcmyth

  Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jimmer Offline
Member+
Posts: 337
Joined: Jan 2010
Reputation: 3
Location: Sunny Devon, UK
Post: #621
(2012-04-22 20:40)tsp42 Wrote:  New update. Timeshift is working now!

My god! I can't keep up!

You continue to make my favourite software even more favourite!
find quote
dubstar_04 Offline
Senior Member
Posts: 228
Joined: May 2008
Reputation: 0
Location: Warrington, UK
Post: #622
(2012-04-22 21:15)Jimmer Wrote:  
(2012-04-22 20:40)tsp42 Wrote:  New update. Timeshift is working now!

My god! I can't keep up!

You continue to make my favourite software even more favourite!

tsp42,

Thank you for all the work you do on this add-on.

Dubstar_04

All Things PVR
find quote
bilbonvidia Offline
Fan
Posts: 433
Joined: Jun 2011
Reputation: 1
Location: Britain
Post: #623
I gave mythtv 0.25 along with the other mythtv xbmc ago but decided to switch back. I uninstalled mythtv and reinstalled 0.24 and then installed this xbmc from scratch but I am having an issue with live tv, xbmc just hangs, the epg populates okay. Here is my pastebin log
http://pastebin.com/symMcwme

Any suggestions?
find quote
tdavis Offline
Member
Posts: 87
Joined: Jan 2010
Reputation: 0
Post: #624
(2012-04-22 13:37)tsp42 Wrote:  I use the following regex to extract the foldername before the episode number and use the episode number or the part of the title after the episode as the title:
Code:
^(?<folder>.+?)(\([[:digit:]]+\):(?<title<.+)$|\((?<title>.+?)\))

slight typo, I think; it should be:

Code:
^(?<folder>.+?)(\([[:digit:]]+\):(?<title>.+)$|\((?<title>.+?)\))

So, I've got a weird one... two different series, almost the same title; one is called

California's Gold

and the other is

California's Golden Parks

I get a subfolder in the California's Gold folder with the name of "en Parks". The regex I use is:

Code:
^(?<folder>.+)::(?<title>.+)

Other than that, thanks for the changes!
(This post was last modified: 2012-04-23 03:11 by tdavis.)
find quote
kenzu Offline
Junior Member
Posts: 5
Joined: Sep 2010
Reputation: 0
Post: #625
Does crystalhd work with livetv?
find quote
fiveisalive Offline
Fan
Posts: 345
Joined: Jul 2009
Reputation: 0
Location: United States
Post: #626
(2012-04-23 03:08)tdavis Wrote:  slight typo, I think; it should be:

Code:
^(?<folder>.+?)(\([[:digit:]]+\):(?<title>.+)$|\((?<title>.+?)\))

So, I've got a weird one... two different series, almost the same title; one is called

California's Gold

and the other is

California's Golden Parks

I get a subfolder in the California's Gold folder with the name of "en Parks". The regex I use is:

Code:
^(?<folder>.+)::(?<title>.+)

Other than that, thanks for the changes!

Interesting that it matches the first program, and assumes that the rest is the subtitle.

(PS. Go Huell Howser!)
find quote
fiveisalive Offline
Fan
Posts: 345
Joined: Jul 2009
Reputation: 0
Location: United States
Post: #627
OK, got the new branch. Greedy download has stopped and I can see thumbnails per episode, but it's not downloading fanart/thumbs at the series/folder level as far as I can tell (still have default icons and no background). Is there something special I need to enable?
find quote
tdavis Offline
Member
Posts: 87
Joined: Jan 2010
Reputation: 0
Post: #628
(2012-04-23 16:40)fiveisalive Wrote:  
(2012-04-23 03:08)tdavis Wrote:  slight typo, I think; it should be:

Code:
^(?<folder>.+?)(\([[:digit:]]+\):(?<title>.+)$|\((?<title>.+?)\))

So, I've got a weird one... two different series, almost the same title; one is called

California's Gold

and the other is

California's Golden Parks

I get a subfolder in the California's Gold folder with the name of "en Parks". The regex I use is:

Code:
^(?<folder>.+)::(?<title>.+)

Other than that, thanks for the changes!

Interesting that it matches the first program, and assumes that the rest is the subtitle.

Nothing that I record has an episode number in it.. It could be the fact that Schedules Direct does not put them in the title, and I've not set myth to add them either.

Quote:(PS. Go Huell Howser!)

Rofl
find quote
Jimmer Offline
Member+
Posts: 337
Joined: Jan 2010
Reputation: 3
Location: Sunny Devon, UK
Post: #629
I can confirm the fanart/poster is no longer working as of the latest batch of commits. I usually use ReFocus, but switch to Confluence now and again to check out tsp specific features! That's when I noticed it was no longer pulling it in....

I also can't get anywhere with the newer regexp.... I too, have no episode number, so I thought I'd try out tdavis's suggestion - looks like it should split at the subtitle, but it doesn't work for me! I'm going to have to do a regexp primer to get myself up to speed....
find quote
tdavis Offline
Member
Posts: 87
Joined: Jan 2010
Reputation: 0
Post: #630
Once you've changed the regex, there is two ways to get it to apply..

1) restart xbmc. This takes the longest, but it's guaranteed to work.
2) double click on the Recordings tab if your still using the original theme.
find quote
Post Reply