-
Notifications
You must be signed in to change notification settings - Fork 45
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
Symlink Spotify app instead of copying it #2
Comments
That's what I used to do: But many users got issues with it, so I ended up doing a "cp -R" I think i tried to use symlink but did not manage to make it work (I'm a newbie in PHP) The copy is only done once, the first time the workflow is launched after an update, so it is quite acceptable :-) Are you planning to use the same Spotify App? Thanks |
First I want to test speed differences for search using the metadata API vs the app API, then I'll try implementing my own program. I'll do some tinkering with symlinks and see what I get. |
What errors where people getting? Perhaps |
No, it existed but it was not a valid directory. As if the sym link was corrupted
|
You need to On Wednesday, June 26, 2013 at 1:29 PM, vdesabou wrote:
|
I did that:
Shouldn't it be working? |
Try
On Wednesday, June 26, 2013 at 1:49 PM, vdesabou wrote:
|
See pull request #3 |
Symlinking the custom Spotify app to the
~/Spotify
directory should allow easier updates.PHP has a standard filesystem library. I believe
symlink()
works.The text was updated successfully, but these errors were encountered: