-
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
[Tutorial] Installing TraktForVLC on MacOS #75
Comments
I think it's a very good base to start with, and makes a perfect tutorial. However, this should not be in the README since it's quite "directive" or "conversational" in tone and style, which isn't really the neutral and informative style one aims for in a README. |
I hope it'll be usefull. When I'll publish the article on my webbsite I'll add a link here if someone want to use my tutorial or a part of it to put in the README go for it I'll be happy if it can help someone |
This "Tuto" helped me, because readme instruction for mac are not that great but i'm still having issue with the .plist file not working. I need to manually launch the TraktForVLC.py |
Did you check all your directories in your .plist they have to match your installation in order to work? |
Yes i don't think this is where is screwed up. My folder is in the "Document" i just replaced my username to "XX" in order to post this here
|
Is the directory correct for your python installation |
The directory is ok for your Python. Also, did you restart your computer after? |
Yes and Yes :( |
Well i restarted my macbook for the 4th time and now it work's .. what the hell, thank's Casper :) |
You welcome ;) I'm happy my tutorial helped you! Don't hesitate to let a comment over there if you need more help. |
Being the one who wrote the plist I kinda need to step in here to correct one of my mistakes. The |
That's why it didn't show up, i messed up the first time when i made the .plist and when attempting to launch it again it wouldn't. I understand i little bit more but still i've restarted the computer a couple of time at first but probably not after i made the correct .plist i assume. Thank's for the explanation |
@thebluepotato Let me know when you do it like that I can update the tutorial ;) |
Basically, copy and paste the following code into a file named
If you're unsure about anything I wrote or unfamiliar with Terminal, I'll expand the explanation if needed. The script just does some checks then writes the plist for you with all the correct paths. Note to those who have already made their own plist: I've slightly changed the name of the plist for uniformity reasons so if you run it, you'll end up with a second plist... Please delete the first one first if you want to run this script. If you couldn't care less about scripts or thingies, just use this plist and edit accordingly:
Note that the path to python most likely is |
Wow that was fast "/usr/bin/python" for mac ? when i first looked at this i didn't found the right folder it's only with Casper tutorial that i found my python directory "/Library/Frameworks/Python.framework/Versions/2.7/bin/python" |
@Francis2b |
@Lorek162 try running |
Great might be useful for the next people ! |
MacBook-Pro-de-XX:~ XX$ which python is it because macOS is in French ? |
@Francis2b it's for checking if the agent is running. The first part of the command is already mentioned in your tutorial but instead of scrolling through the potentially long and confusing list, the second part of the command catches the line containing the words @Lorek162 Non, mon mac est aussi en français mais j'imagine que tu as un jour installé ta propre version de Python et c'est désormais le chemin utilisé par le système par défaut. Ça marchera tout autant! |
@Lorek162 nope my macOS is in English and it's the same path. I think it depends on the python version you're using. One day I read there is a python already installed with macOS, maybe that's why. |
@Francis2b true, it comes with Mac and sometimes some programs require a specific version of Python which, when installed, will overwrite the standard path for the command. Note that the version I'm running with |
" but instead of scrolling through the potentially long and confusing list" Yeah maybe it's because i first installed python 3.5 and then when it didn't work i installed the 2.7 version as mention in Francis2b's tutorial |
Thanks @thebluepotato I updated the tutorial. |
@Francis2b Meh, if you feel like it, please credit me, but please add a line somewhere that the code is provided as is, without any implicit guarantees, etc., etc. (I'm a lawyer so I cover my back). |
@thebluepotato yep good idea! |
@thebluepotato at the end of the tutorial I added: "(All the above code and files are provided as is, without any implicit guarantees of any kind. If something is not working you can still ask for help in the comments but I'm not a programmer so my knowledge is limited and so is my time 😉)" |
@Francis2b Splendid! Glad I could help |
TraktForVLC 2.x makes that issue obsolete - #88 |
Hi, @thebluepotato
I need your opinion on my tutorial if nothing is missing maybe @XaF can add it in the ReadMe:
https://francisuniverse.wordpress.com/2017/07/22/install-traktforvlc-on-macos/
The text was updated successfully, but these errors were encountered: