Sync all your iTunes playlists to your Android phone with Tunesync

Jul 30

The thing with proprietary software solutions, is that they are great. Everything tends to work smoothly together right up to the point where you decide to wander off the beaten path of supplier XYZ. A couple of years ago I made the crucial mistake of pouring my entire music collection into iTunes. Now, some 10 000 songs later .. its still in there. Being totally OCD I have organized all my tracks into nice little playlists and enjoy my tunes in the “Apple walled garden”.  Whether I am playing them from the Mac, sharing out the iTunes library over iTunes to my other macs, blasting them from the Airport express speakers or syncing them to my other i-Devices.

724c5a6d0e0a9436033844d59f9f3837

But a couple of weeks ago I could not help myself myself and crawled over the walled garden into android territory with my purchase of a Galaxy Note 2. And accessing my delicately curated iTunes library from THIS device turns out to be an near impossible task. The deep crevasse that divides me from listening to my tunes on my “droid” consists of an incompatibility to sync with iTunes (only IOS devices of course) and the total inability to get the music on my Android in an organised form. Sure I can browse the filestructure of my iTunes library and copy over files to the SD card on my Phone .. but iTunes has “reorganized” my music into folders according to artist .. not according to playlist.

Enter Tunesync. A two-part application app in the android store that saves the day. The deal is simple. Download the server part of their app and install it on your Mac that is running iTunes. Download the CLIENT side of their application and install that to your Android device. Make sure both are on the same wifi network and be amazed !

Tunesync detected my (massive) iTunes library and started indexing the playlists right away. After I selected the playlists I wanted to have on my Android it started to copy over the tracks AND the playlist order in my Androids music collection. 20 minutes later I had all the grooves I needed on my Note2. Tunesync regularly “checks” if the playlists are still up to date and “updates” them whenever I connect or start up the app.  I had expected some glitches and on one occasion Tunesync had given me all my playlists .. with no tracks inside ( it erases and re-copies all the  tracks on every sync instead of doing an incremental) but when I retried the sync it worked flawlessly.

Tunesync does one thing and it does it well, and the hilarious part is , it does it better then Apples iTunes-IOS wireless sync ! The app is 4.99 in the Play store and worth every dime.

Tunesync is available from the Play Store.

Related Posts

kw606 : Making your Mac cross platform friendly.

Jul 06

macbook-sliderWe dive behind the microphone and give all of you Apple users a slice of pie you don’t want to pass up on. We talk about making your Mac “Slider” friendly and how to put up ladders and crawl out of Apple’s walled garden. We have quite a slew of interesting tips and tricks on how to run “cross platform” applications, files, filesystems and connections through your favorite Mac. Learn and listen to this episode of the podcast that is filled to the rim with community feedback and contributions and great music by Youtube princess Juless.

Shownotes.

Tweak code (Copy and paste in your OSX command line)

#make dock appear instantatiously

defaults write com.apple.Dock autohide-delay -float 0 && killall Dock

#don’t reopen every file when you reopen your app.

#in preview

defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false

#in quicktime

defaults write com.apple.QuickTimePlayerX NSQuitAlwaysKeepsWindows -bool false

#kill the dashboard

defaults write com.apple.dashboard mcx-disabled -boolean YES

killall Dock

#show the path in the finder

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

#disable window animations

defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

#enable direct scrolling

defaults write -g NSScrollAnimationEnabled -bool NO

#no more bouncy windows when scrolling

defaults write -g NSScrollViewRubberbanding -int 0

#set time machine backup to 1800

sudo defaults write/System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 1800

#force expanded save-and-print  dialogs

defaults write -g NSNavPanelExpandedStateForSaveMode -boolean true

defaults write -g PMPrintingExpandedStateForPrint -boolean true

#no 3d-glassy dock

defaults write com.apple.dock no-glass -boolean yes

#show hidden files in finder

#defaults write com.apple.finder AppleShowAllFiles TRUE

#killall Finder

#3d glassy dock

defaults write com.apple.dock no-glass -boolean no

#make hidden app icons semi transparent

defaults write com.apple.Dock showhidden -boolean yes

#create a ‘recent items’ stack

defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’

#screen grabs in jpg

defaults write com.apple.screencapture type jpg

 

Related Posts


Cross-platform Instagram for your desktop : XnRetro.

May 09

” Hey ! Lets take a 24 gazillion megapixel camera, make it portable and have it shoot high quality pictures. Then lets take an app that makes those pictures look like they were made by a 25 year old throwaway camera” … said “Somebody” “Once”. … However unlikely the idea might have been at the time, Instagram is massively popular these days. Almost every snapshot we take with this popular app gets filtered and warped into something that looks just a liiiiitle more artistic then the shot we just made. All cool as kittens on a spaceship … but what if we want to do the same on our desktop.

The defence calls upon XnRetro your Honor ! This “Instagram clone for ‘real computers'” lets you tinker around with your screenshots to your hearts desire. Throw some filters, borders and light effects around and presto .. there is that one picture of you in your batman suit, hanging from the ceiling chandelier wearing pink mittens. But now it looks like it has been taken in the 60’s … so you have plausible denial.  Once satisfied you can save the pictures OR export them to social-space with the “Share funtionality”

XnRetro (from the makers of Xnview) is a slider friendly application that runs on Windows, Macs, Linux machines and coffee machines who are so dirty they have become sentient. (We haven’t tested it on the latter). The app is functional and free .. So we love it like lolcats !  To prove it works here is a picture of me and my dog, traveling back to the 30’s, taking a picture and leaving it to rot in drawer for 80 years so we could scan it in and put it up here .. for no reason.

Download XnRetro here.

 

Related Posts

Kc307 : "A Sliders workstation"

Aug 12

We take a deep technical dive into the “sliders workstation” and how you can “do your computer thing” independant of hardware, operating systems and software and slide from OS to OS. We talk about hardware, browser platform, desktop productivity, communications, entertainment and storage and how to do it between all of your different devices. This is the “sliders 101” of cross platform computing.

Shownotes

  • Intro
  • Hardware
  • Operating System
  • Browser platform
    • Applification Software to “applify” Webapps
    • Extentions
    • Office and Wordprocessing
    • Todo :
    • Multimedia
    • Content Consumption
    • Content Creation
    • Communication
      • Desktop
      • Hootsuite (Web based) Twitter-Facebook-Linkedin-GooglePlus
      • Desktop integration
      • Ubuntu : Web content integration
      • Pidgin or Adium
      • IMO
      • Skype
    • Storage
      • Google Drive
      • Dropbox
      • Portable Storage
      • Shared Partitions
      • Central File storage (Samba – NasDrive – SSH mounts)
    • Offline Life ?
      • Gmail Offline Chrome extention
      • Googledrive + Dropbox for offline sync
    • Signoff
  • New Google Voice number for US listeners : (218) 262-9237

Related Posts