-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backslashes Properly Escaped? #52
Comments
Thank you. A lot of fixes were made. We are using this plugin and finding more and more improvements to be done. The true is that feedbacks are important. So, feel free to contribute with issues and suggestions continuously. I'll keep this issue on track. The quotes problem were solved. Now, need to care about other escape characters. As soon as I close the next backlog I'll keep you posted about the next release. Thanks -----Original Message----- Hey I'm back again :) Very Thankful for that fix last release it was brilliant, This plugin is getting more and more better. Though i do have some pretty weird behavior i encountered not sure if it was only me, but might need you to check and test if plugin works with this kind of return: |
Thanks! I'm Looking forward to the release 👍 |
Hi, any update for this issue? |
Nothing yet. which platform are you using it for? |
android and ios, did tried to fix the issue but my knowledge on java and ios is not enough to solve my issue :) |
Hi @rheilgm, We are getting efforts to get this issue and others done, feel free to fork and try some implementation Thanks for your support! |
Hey I'm back again :) Very Thankful for that fix last release it was brilliant, This plugin is getting more and more better. Though i do have some pretty weird behavior i encountered not sure if it was only me, but might need you to check and test if plugin works with this kind of return:
{
"Type":"nowplaying",
"Duration":2458,
"Position":0,
"IsTv":false,
"IsFullscreen":true,
"File":"",
"MediaInfo":{
"MediaType":"series",
"SeriesId":76290,
"SeasonId":10063,
"EpisodeId":189255,
"Series":"24",
"Season":1,
"Episode":1,
"Title":"Tag 1: 00:00Uhr-01:00Uhr",
"AirDate":"2001-11-06",
"Director":"Stephen Hopkins",
"Writer":"Robert Cochran, Joel Surnow",
"Genre":"|Action and Adventure|Drama|",
"ImageName":"c:\images\series\24.jpg",
"MyRating":"",
"Plot":"Stressiger Abend f\U00fcr CTU-Agent Jack Bauer: Seine halbw\U00fcchsige Tochter Kimberly stiehlt sich unerlaubt aus dem Haus. Aber bevor er sich auf die Suche machen kann, wird er dringend ins B\U00fcro zitiert, denn Terroristen planen einen Anschlag auf Senator David Palmer. Es scheint eine lange Nacht f\U00fcr den Agenten zu werden…",
"Rating":"7.5",
"RatingCount":"",
"Status":"Ended"
}
}
The text was updated successfully, but these errors were encountered: