Árpád Goretity
Árpád Goretity
@rvirding Thanks for your reply! Yes, I figured that the current directory is something related to the environment, that's why I tried with the absolute path as well. I assume...
Hi, and thanks for getting back! Unfortunately, the project has since been abandoned, and I no longer seem to be able to find the source for that plugin. 😞If it...
Well, I think I'll be able to make a C and a C++ wrapper as well. As for the alternative libraries: AFNetworking can be replaced by libcurl, Mantle in C++...
Well, I haven't yet looked into the API structure too deeply, but I have written a JSON parser for C (libjsonz). I'd be more than happy to drop Boost as...
Added libjsonz as a submodule under src/extern, and created directories src/c and src/cpp.
What am I supposed to do with this? Write some Makefiles?
Do you mean that you are going to rewrite the whole Objective-C part? Isn't that a waste of programmer working hours? I think that given you have a complete, working...
Okay, I respect your decision :) Still, should we not be wrapping the C API in the Objective-C one? I ain't feeling like writing Objective-C++, because that sucks.
Nononononoooo.... getTrackByIndex: is the same as NSArray's objectAtIndex: method. It's not the (non-persistent) ID of the track, just it's place in the music library. A simple ordinal number. However, persistent...
OK, sorry, I misunderstood your question... I'll implement it then. :)