Hi!
I'm using TV RC1 build 18808
When grabbing from EPG, I have see that all the title has 3 caracters at the end that repesent the language like:
VH1 FlipsideENG
La jungla 4.0ESL
So I decide to check and find the plase for fixed it, But not in a good way I think.. If anyDev can check this
on EpgDBUpdater.cs
Line 337 and made this change
values.Add("%TITLE%", (title.Remove(title.Length-3))); //CAMBIO IOSU
Iosu
I'm using TV RC1 build 18808
When grabbing from EPG, I have see that all the title has 3 caracters at the end that repesent the language like:
VH1 FlipsideENG
La jungla 4.0ESL
So I decide to check and find the plase for fixed it, But not in a good way I think.. If anyDev can check this
on EpgDBUpdater.cs
Line 337 and made this change
values.Add("%TITLE%", (title.Remove(title.Length-3))); //CAMBIO IOSU
Iosu