-
Notifications
You must be signed in to change notification settings - Fork 49
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
Nothing happens #23
Comments
Could you start a console and run the batch script C:\path\to\pythonw.exe C:\path\to\TraktForVLC\TraktForVLC.py --debug --small-timers After adjusting the paths of course. If you can provide the results of these commands, I'll do my best to help you! |
As you can see
But when I run
But I noticed another thing: I can't force VLC to save interface settings. When I close settings panel and open it again settings return back to default. Is it possible that this is cause of my problem? |
Can you try running the following? C:\Python27\pythonw.exe "C:\Program Files\TraktForVLC\TraktForVLC.py" --debug
--small-timers VLC does not seem to be the issue at this point, as TraktForVLC should write some messages in the console in debug mode! |
Unfortunately still nothing.
|
And you have nothing in the |
Yes, nothing in |
I have the exact same problems of sajran, but with:
I get this:
|
The bug is in config.bat
when it should be When using
the error message is
because the 'data' folder does not exist. |
Good catch @JimiC, didn't see it before. It could very well be the problem! |
@sajran It may help if you use I had a similar issue as this, but when running the following command I was able to get some output. This output contains some errors though and it states that it cannot find the show. How is that possible? The played filename is Elementary S04E02.mkv. It seems that it is thinking it's a movie:
Does there be a certain layout of folders and files to allow TractForVLC to recognise the serie?
|
@vidavidorra Rename the tv show and replace the white spaces either with underscore, dash or dot. |
Hmm, it seems there is an encoding problem with windows (again). I'll see if I can patch that cleanly. In the meantime, like proposed by @JimiC, you can replace the space by another character and it should work! |
Usage of white spaces in file names never plays well in cross-platform apps. |
@JimiC Replacing the white spaces with underscores resolved that problem. Thanks! |
TraktForVLC 2.x makes that issue obsolete - #88 |
When I run "start_process.bat" or "start_debug_process.bat" absolutely nothing happens, there is nothing in console, there are no log files. I'm pretty shure I did configuration properly, I have Python 2.7, I read many issues and followed a few advices but still can't force it to work.
I know that I'm not very specific and it's really hard to help in this case but I hope you will at least try.
Oh, and I'm using Windows 8.1.
The text was updated successfully, but these errors were encountered: