I've been reading, downloading and attempting for 8 hours, and I'm finally asking for help...
What I'm trying to accomplish:
- Use iTunes to manage my audio files and playlists on my Windows 7 desktop
- Use Rockbox on my iPod 5.5 gen
Issues I know About:
- iTunes is not a preferred interface for any of the developers here
- Developers here are volunteers working on projects that interest them
- The current build that can be installed via the Rockbox Utility does not, and likely will not, include the solutions I note below
- New people, like me, are annoying
- I'm counting on help
Here are the changes I believe will work to accomplish the above:
- extm3u_lang_fixed-090112.patch (FS#7652)
- Victor Cardenas' iPod/iTunes to RockBox Playlist Converter
Here are the resources I've attempted to use:
-
http://vcardenasblog.blogspot.com/2007/12/ipod-to-rockbox-playlist-converter.html-
http://www.rockbox.org/tracker/task/7652-
http://www.rockbox.org/wiki/DevelopmentGuide-
http://www.rockbox.org/wiki/UsingGit-
http://git.rockbox.org/?p=rockbox.git;a=summary-
http://www.celinio.net/techblog/?p=818-
http://classic.scottr.org/presentations/git-in-5-minutes/What I have "working":
- iTunes on my Desktop
- iPod 5.5 gen standard firmware
- Alternatively it runs the current version of Rockbox firmware
- Victor Cardenas' iPod/iTunes to RockBox Playlist Converter
- Cygwin Terminal with Git (C:\cygwin)
- have done
git clone http://gerrit.rockbox.org/p/rockbox (C:\cygwin\home\MParrott\rockbox)
- have done
git config --global user.name "My Name"
- have done
git config --global user.email my@email.com
- have done
git add extm3u_lang_fixed-090112.patch
Here's where I'm failing to get this done:
- What changes should I be making? Seems like I'm in the wrong place, doing the wrong thing... I don't want to change the patch, I want to incorporate it so my playlist items won't be the 4 character nonsense... Urg!
- I'm thinking I may need to add both the patch and file.c?
So, here's where I'm at:
MParrott@MParrott-PC ~
$ git add extm3u_lang_fixed-090112.patch
MParrott@MParrott-PC ~
$ git add rockbox/firmware/common/file.c
MParrott@MParrott-PC ~
$ git commit
but then it's not responding to key strokes where I'm trying to enter the message...