-
1. Re: iOS Ipod Library Access [ANE]
Ollie Edge Oct 8, 2013 7:43 AM (in response to Ollie Edge)If anyone has grabbed a copy of this and has an instant crash after calling getLibraryOf() it's due to certain video formats messing with the data type recognition. I've updated the extension in the initial post to include this fix and revised at version 1.0.1.
-
2. Re: iOS Ipod Library Access [ANE]
thibauti Oct 9, 2013 2:01 AM (in response to Ollie Edge)Hello Ollie,
Great peace of work you made here. Really easy to use
It works perfectly, except the debug functionality on a windows system:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.edgington.ipodlibrary::IpodLibrary/getLibraryOf()[/Users/Ollie/Documents/Extensions/I podLibraryANE/src/com/edgington/ipodlibrary/IpodLibrary.as:105]
Any idea of a full version release?
A great feature would also be to query the playlists and use it after as a filter to only download the tracks of the specified playlist.
Regards,
Thibaut
-
3. Re: iOS Ipod Library Access [ANE]
Ollie Edge Oct 9, 2013 1:19 PM (in response to thibauti)Hmm, strange, I'm a little lost as I've updated the code on my machine and it's not revisioned at all, so the line number is a little useless to me actually. I've had a look through that method, and I can't see anything that would be null.
In the console do you see:
"Ipod Library: Running in desktop mode, please set Debug Properties before proceeding further."
When you run on a desktop?
Are there MP3 files in the directory that you are pointing to?
I should probably blow the dust of my old laptop and fire up Windows to test this, but I really can't see why it would be different to Mac OS X.
I'm actually in the process of playlists as I type this. So they will be here in the next week or so, it willl be part of the ILFilterType.PLAYLIST when you call the getLibraryOf method. Other features coming up are the ability to switch between, iPod Library, Spotify, Pandora and SoundCloud.
I will keep this thread updated.
As for a full version I'm a little reluctent to give it out a version which lists everything. Maybe once I know what I've created I will have lite and premium versions. If you send us a PM i'll get back to with a full version.
Let me know about my questions and I'll try get this fixed for you.
Sneak Peak at how I'm using it =) : https://trello-attachments.s3.amazonaws.com/517dc37959cfd16d03001813/5251b2f39e228e4816003 f58/00ac8b83fb3c14a750c7e31199157ef2/photo.jpg
-
4. Re: iOS Ipod Library Access [ANE]
thibauti Oct 10, 2013 12:37 AM (in response to Ollie Edge)Hi,
I updated to the last version and i still have the same error.
here is the output:
Ipod Library ERROR: You are attempting to run in desktop mode when you're clearly not on a desktop computer
Ipod Library WARNING: You're running the trial version of Ipod Library, you will only be able to list a maximum of 5 tracks.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.edgington.ipodlibrary::IpodLibrary/getLibraryOf()[/Users/Ollie/Documents/Extensions/I podLibraryANE/src/com/edgington/ipodlibrary/IpodLibrary.as:108]
the property IpodLibrary.isSupported return 0 (and not 2 as you have it n your documentation). On a device it's running perfectly.
Perharps i misanderstood something. My project is an Actionscript mobile project running on the Desktop, should it be like this?
there is definitly mp3s in the directory i'm pointing to.
By the way your app looks great. I love the design.
Thanks for sharing.
Thibaut
-
5. Re: iOS Ipod Library Access [ANE]
Ollie Edge Oct 10, 2013 5:26 AM (in response to thibauti)Right thanks for your feedback, I've identified and fixed that problem on Windows machines, you will be able to use desktop debug mode now and when running on Windows isSupported should return 2 as documented.
I've updated the link in the original post. Rev. 1.0.3
-
6. Re: iOS Ipod Library Access [ANE]
susrut316 Dec 10, 2013 1:58 AM (in response to Ollie Edge)Great work I must say Ollie. Can we add a feature using which we can sync some downloaded mp3 back into the music library. Let me know.

