Author |
Message |
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | I move the whole CCE2 folder between computers. Doing the boring parsing on my laptop at nights at work if I have many movies to add and then copy it all back to my main PC at home.
But on my laptop I can still see the recent changes (content of the cce2log.html in Win\Temp) when I click on "log" from within CCE2.
Edit:
BTW - I don't use "speiche Log In Datei". I guess that explains why I have no such file in CCE2\Data
I've switched it on, now I have the log.html but still can't see the recent changes from the Log tab in CCE2. | | | Last edited: by Corma |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | OK, long forgot about this feature. You're right. The temp path file is the one the program is looking for. The other one is just long term keeping. I honestly have no clue why the program can write the file but then the Browser can't show it. It's done in one sweep: Quote:
String file = Path.Combine(Path.GetTempPath(), "cce2log.html");
using (StreamWriter sw = new StreamWriter(file, false, Encoding.UTF8)) { sw.Write(ToString()); }
webBrowser.Navigate(file);
First, the file path is determined, then the file is written and then the browser window is supposed to display it. | | | Karsten DVD Collectors Online
| | | Last edited: by DJ Doena |
|
Registered: July 29, 2007 | Posts: 183 |
| Posted: | | | | It was a Win10 thing. (Global warming it not an issue compared to that garbage ) I don't use the Win File Explorer to find / open files, I use 'search everything' (not garbage). With Everything I was able to open the Log in \temp earlier without any issues. I've just tried to go to it with the Win File Explorer and as I tried to access the Temp folder that garbage told me I don't have permanent permission to access that (TEMP!!!!) folder. I gave 'em to myself and it works again now. That was probably caused a couple of weeks ago when the (garbage) Win Security Center told me that some system paths were non standard. I've reset them to the default (what they were already at!!!). My guess is Win didn't change any path at all but F'ed with permissions |
|
Registered: March 14, 2007 | Reputation: | Posts: 299 |
| Posted: | | | | Running Cast/Crew Edit 2 v2.1.4.6. Anyone else getting the below error when attempting to scan episodes.
Error! The request was aborted: Could not create SSL/TLS secure channel.
I wasn't seeing this earlier today. I am now though. Either IMDB is broke in some way at the moment or they changed something.
To prevent the error I changed my IMDb TV Show URL from "https" to "http". It took an unusually long time to scan the episodes though. | | | My DVD/Blu-ray Collection | | | Last edited: by Lowpro |
|
Registered: March 14, 2007 | Reputation: | Posts: 299 |
| Posted: | | | | Looks like it was just an issue with IMDB at the time. Not able to replicate the issue today. | | | My DVD/Blu-ray Collection |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,245 |
| Posted: | | | | When trying to search for something, IMDB doesn't come up now.
Now it comes up with a search page that says the following at the top.
Sorry, the page you were looking for does not exist or is not available. We performed a web search for “Akas Imdb Find” and here's what we found. |
|
Registered: May 19, 2007 | Reputation: | Posts: 5,715 |
| Posted: | | | | IMDb removed the DNS entry akas.imdb.com... | | | Complete list of Common Names • A good point for starting with Headshots (and v11.1) |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | I used to use the AKA search so that people didn't need to know the original title (or at least the international english title) to find something. Seems that's gone. | | | Karsten DVD Collectors Online
|
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 299 |
| Posted: | | | | I noticed this yesterday so I just started determining the URL outside of the application, then entering it on the Movie or TV Show tab myself. Great to see the Browser tab can be used once again. Many thanks DJ! | | | My DVD/Blu-ray Collection |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Astonishingly, this was the first update to the program in almost two years. It survived all the changes on the IMDb page for this long without fail.
Although as you can see the browser control I'm using is based on old Internet Explorer 6 and it can't really keep up with the times. Sadly, there is no new free browser control available. | | | Karsten DVD Collectors Online
| | | Last edited: by DJ Doena |
|
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Quoting GSyren: Quote: Quoting DJ Doena:
Quote: Sadly, there is no new free browser control available. How about CefSharp? Actually after making that last statement, I checked if the market had changed. I'm currently switching to the WebView control (it comes in the WPF and Forms variety) from this NuGet package: https://github.com/windows-toolkit/Microsoft.Toolkit.Win32It looks quite nice, even shows the ads... | | | Karsten DVD Collectors Online
| | | Last edited: by DJ Doena |
|
Registered: March 14, 2007 | Reputation: | Posts: 299 |
| |
Registered: March 14, 2007 | Reputation: | Posts: 4,667 |
| Posted: | | | | Quoting DJ Doena: Quote: I'm currently switching to the WebView control That still uses the non-chromium Edge browser, if I understand correctly. So will you update to WebView2 when that is released? Not sure how much difference it will make. | | | My freeware tools for DVD Profiler users. Gunnar |
|
Registered: March 14, 2007 | Reputation: | Posts: 6,744 |
| Posted: | | | | Quoting GSyren: Quote: Quoting DJ Doena:
Quote: I'm currently switching to the WebView control That still uses the non-chromium Edge browser, if I understand correctly. So will you update to WebView2 when that is released? Not sure how much difference it will make. Maybe. Depends on how fast this control gets out of date with showing the website properly. | | | Karsten DVD Collectors Online
|
|