jansmolders86 / mediacenterjs

A HTML/CSS/Javascript (NodeJS) based Media center
http://mediacenterjs.com
1.29k stars 243 forks source link

Error when editing property of movie #155

Closed CodingPeak closed 9 years ago

CodingPeak commented 9 years ago

This error occured when I tried to edit the title property of a movie. I don't know whether MCJS listens to those types of events, but it occured at exact that time and Windows was waiting to apply the change of the file.

Unexpected token... I used the name "Abduction (2011)". Could it be that the "(" character caused this?

image

jansmolders86 commented 9 years ago

That should not be an issue. It should be able to handle those characters. I'll try to reproduce Ruden!

CodingPeak commented 9 years ago

Well, I don't know where the error came from then.. I don't think it was coming from scraping the episode...

CodingPeak commented 9 years ago

By "editing the title property of a movie", I mean in Explorer, right click, Properties, Details. There you can edit file information and save it. That's when this error came up.. And the saving of the change took longer than normal.

jansmolders86 commented 9 years ago

Did you do this while MCJS was running by any chance?

CodingPeak commented 9 years ago

Yes, that's when the error came and the application crashed.

jansmolders86 commented 9 years ago

I think editing while scraping is risky business in the first place and a corner case senario. Would you agree?