Skip to content
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

Open
rheilgm opened this issue Jun 5, 2014 · 6 comments
Open

Backslashes Properly Escaped? #52

rheilgm opened this issue Jun 5, 2014 · 6 comments
Labels
Milestone

Comments

@rheilgm
Copy link

rheilgm commented Jun 5, 2014

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"
}
}

@vinnylinck
Copy link

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-----
From: "rheilgm" notifications@github.com
Sent: ‎6/‎4/‎2014 10:37 PM
To: "Tlantic/cdv-socket-plugin" cdv-socket-plugin@noreply.github.com
Subject: [cdv-socket-plugin] Backslashes Properly Escaped? (#52)

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"
}
}

Reply to this email directly or view it on GitHub.

@rheilgm
Copy link
Author

rheilgm commented Jun 5, 2014

Thanks! I'm Looking forward to the release 👍

@vinnylinck vinnylinck added the bug label Jun 5, 2014
@vinnylinck vinnylinck added this to the v0.3.2 milestone Jun 5, 2014
@vinnylinck vinnylinck self-assigned this Jun 5, 2014
@rheilgm
Copy link
Author

rheilgm commented Sep 25, 2014

Hi, any update for this issue?

@felipekm
Copy link
Contributor

Nothing yet. which platform are you using it for?

@rheilgm
Copy link
Author

rheilgm commented Oct 21, 2014

android and ios, did tried to fix the issue but my knowledge on java and ios is not enough to solve my issue :)

@felipekm
Copy link
Contributor

Hi @rheilgm,

We are getting efforts to get this issue and others done, feel free to fork and try some implementation
raising a PR.

Thanks for your support!

@vinnylinck vinnylinck removed their assignment Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants