Wifi Sync - Is it possible?

Any ideas about how to improve MediaMonkey? Let us know!

Moderator: Gurus

Re: Wifi Sync - Is it possible?

Postby timelezz » Sun May 22, 2011 11:07 am

Alright, I have one other idea. How about Sync to FTP?

MM already is elaborated on syncing play list to mobile phones that get connected through USB. Currently mobile phones can make an FTP connection. (For example with the Android app Remote Web Desktop). It may be a small step for MM developers enable us to sync play list to an FTP URL. It could even auto-sync to this FTP URL when connection is established.

I think this idea sounds great. What do you guys think?
timelezz
 
Posts: 151
Joined: Sun Nov 27, 2005 6:08 am

Re: Wifi Sync - Is it possible?

Postby nohitter151 » Sun May 22, 2011 11:41 am

timelezz wrote:Alright, I have one other idea. How about Sync to FTP?

MM already is elaborated on syncing play list to mobile phones that get connected through USB. Currently mobile phones can make an FTP connection. (For example with the Android app Remote Web Desktop). It may be a small step for MM developers enable us to sync play list to an FTP URL. It could even auto-sync to this FTP URL when connection is established.

I think this idea sounds great. What do you guys think?

I think if the MM devs are going to add a new feature for syncing, then they should do it properly with Wifi. Syncing to FTP just adds another layer of confusion.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21441
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: Wifi Sync - Is it possible?

Postby timelezz » Sun May 22, 2011 2:10 pm

I agree. It's just a great option if they don't want to spend much time on it. As it would serve me well. But indeed, if they have time, I would like to see something more sophisticated.
timelezz
 
Posts: 151
Joined: Sun Nov 27, 2005 6:08 am

Re: Wifi Sync - Is it possible?

Postby Lowlander » Thu May 26, 2011 1:04 pm

FTP sync is already possible thanks to Trixmoto: http://www.mediamonkey.com/forum/viewto ... &hilit=ftp
Lowlander
 
Posts: 31673
Joined: Sat Sep 06, 2003 5:53 pm

Re: Wifi Sync - Is it possible?

Postby ACraigL » Thu Jun 02, 2011 1:15 pm

Media Player Pro (on Android) already allows you to rate songs, and even works bi-directionally with iTunes and Songbird. It can handle this in different ways, but the two most likely options are in-file and separate database. Since MM is already scanning the device, it would be great if it could either read/interpret this database or look for ratings in the file metadata. Granted, the latter would take longer, but either way, the data seems available.

I guess what's missing is the desire to capture it. Frankly even if MM wanted a proprietary DB or protocol for handling this, I'm positive Media Player Pro would be happy to support it. Heck, they did it for iSyncr.
ACraigL
 
Posts: 143
Joined: Sun Dec 11, 2005 9:05 am

Re: Wifi Sync - Is it possible?

Postby Peke » Thu Jun 02, 2011 5:24 pm

Have you asked them to contact us? Who knows maybe we can help.
Best regards,
Pavle
MM Core Developer and Fan (check HAPPYMONKEYING Site)
Image
Image
Peke
 
Posts: 7551
Joined: Tue Jun 10, 2003 7:21 pm
Location: Serbia

Re: Wifi Sync - Is it possible?

Postby ACraigL » Sat Jun 04, 2011 8:52 am

I posted on their support boards for any interest.... We'll see...
ACraigL
 
Posts: 143
Joined: Sun Dec 11, 2005 9:05 am

Re: Wifi Sync - Is it possible?

Postby Finsternis » Sat Jun 04, 2011 7:28 pm

Peke wrote:Have you asked them to contact us? Who knows maybe we can help.


I've done enough programming to know that what sounds easy on paper often isn't easy in practice. And I'm sure that syncing of metadata is probably one of those things. But It doesn't require writing a brand new Android media player. Perhaps something like this would work:

1) Find an open source Android media player
2) Examine the code and make just a couple modifications that do nothing but add a line to a text file when certain actions happen. For example, when a new son is played it just takes a line onto a log file that gives the name of the song and the date/time it was played. Or skipped. Or what the new rating is. Simple log entries to MediaMonkey.XML or something.
3) When you sync with MM, it looks for a file named Mediamonkey.XML, parses the log one line at a time, and updates the metadata in its database, then deletes the file from the phone.

Would that be way harder than it sounds? My point is, you don't have to start from scratch, and you don't have to re-invent the wheel with some kind of fancy system. All you need to do is keep a log of a few simple events like plays, skips, and rating changes and then parse it into MM during sync.
Finsternis
 
Posts: 8
Joined: Mon Sep 27, 2010 9:00 pm

Re: Wifi Sync - Is it possible?

Postby ACraigL » Sat Jun 04, 2011 10:24 pm

Finsternis wrote:
Peke wrote:Have you asked them to contact us? Who knows maybe we can help.


I've done enough programming to know that what sounds easy on paper often isn't easy in practice. And I'm sure that syncing of metadata is probably one of those things. But It doesn't require writing a brand new Android media player. Perhaps something like this would work:

1) Find an open source Android media player
2) Examine the code and make just a couple modifications that do nothing but add a line to a text file when certain actions happen. For example, when a new son is played it just takes a line onto a log file that gives the name of the song and the date/time it was played. Or skipped. Or what the new rating is. Simple log entries to MediaMonkey.XML or something.
3) When you sync with MM, it looks for a file named Mediamonkey.XML, parses the log one line at a time, and updates the metadata in its database, then deletes the file from the phone.

Would that be way harder than it sounds? My point is, you don't have to start from scratch, and you don't have to re-invent the wheel with some kind of fancy system. All you need to do is keep a log of a few simple events like plays, skips, and rating changes and then parse it into MM during sync.


+1

I think there are options out there (like Media PlayerPro) that have 90% of what is needed to allow full ratings/playcount sync back to the PC from the device.
ACraigL
 
Posts: 143
Joined: Sun Dec 11, 2005 9:05 am

Re: Wifi Sync - Is it possible?

Postby timelezz » Mon Jun 06, 2011 8:18 am

Lowlander wrote:FTP sync is already possible thanks to Trixmoto: viewtopic.php?f=2&t=55397&hilit=ftp


5 days before you point to this thread, I already wrote in that thread that FTP Sync is no longer working! There seem to be no plans to fix FTP Sync.
timelezz
 
Posts: 151
Joined: Sun Nov 27, 2005 6:08 am

Re: Wifi Sync - Is it possible?

Postby Brainiac » Sat Jul 23, 2011 3:25 am

Use Google Music

1. Sync MM playlist (I have auto playlist for 5 star rated music) to a folder on your pc

2. configure google music to sync with this folder.

done

no usb syncing any more.

If you don't like streaming, you can chose in GM to make the musich available offline.

done

cheers
Brainiac
 

Re: Wifi Sync - Is it possible?

Postby Dubious » Mon Nov 21, 2011 10:47 am

Using MM's ability to sync with usb mass storage drives, you can setup wifi sync if you have root on an android phone. Basically you trick MM into thinking it's syncing to a USB mass storage drive.

First you need an sbm app for your phone like Samba. Using Samba you can share and browse your phone on your network. Basically you'll be able to browse it over wifi by going to \\android\sdcard.

Then map a network drive to the shared network resource. For me, I made a "W:" drive for my wifi syncing, and mapped it to \\android\sdcard.

Then in MM options, setup Portable/Audio Devices. Configure a USB Mass storage device. On the "options" tab, make sure "Device configuration" points to your mapped drive letter. For playlists to work properly, go to the "Playlists" settings on the "options" tab and check the "Force relative paths" box. That got playlists working for me in players that support m3u files like Google Music and Winamp. Also, in "options" "destination" settings, you can use the <Path> string to get your phone's file structure to match your computer's file structure. I prefer this to reorganizing based on artist, album, etc... Tweak the other settings to match your particular organization preferences and you're good to go.
Dubious
 

Re: Wifi Sync - Is it possible?

Postby ACraigL » Mon Nov 21, 2011 10:54 am

Dubious wrote:Using MM's ability to sync with usb mass storage drives, you can setup wifi sync if you have root on an android phone. Basically you trick MM into thinking it's syncing to a USB mass storage drive.

First you need an sbm app for your phone like Samba. Using Samba you can share and browse your phone on your network. Basically you'll be able to browse it over wifi by going to \\android\sdcard.

Then map a network drive to the shared network resource. For me, I made a "W:" drive for my wifi syncing, and mapped it to \\android\sdcard.

Then in MM options, setup Portable/Audio Devices. Configure a USB Mass storage device. On the "options" tab, make sure "Device configuration" points to your mapped drive letter. For playlists to work properly, go to the "Playlists" settings on the "options" tab and check the "Force relative paths" box. That got playlists working for me in players that support m3u files like Google Music and Winamp. Also, in "options" "destination" settings, you can use the <Path> string to get your phone's file structure to match your computer's file structure. I prefer this to reorganizing based on artist, album, etc... Tweak the other settings to match your particular organization preferences and you're good to go.


This is a good solution, and well described. Thanks for posting it.
I set up something very similar a few month back and abandoned it because performance was so lousy over wifi. At the end of the day, I found it less troublesome (and much faster) just to connect the cable. Based on personal experience only.
ACraigL
 
Posts: 143
Joined: Sun Dec 11, 2005 9:05 am

Re: Wifi Sync - Is it possible?

Postby dogface3247 » Mon Jan 02, 2012 12:08 pm

Yea Samba is great work for me. I wish i found this out b4 i paid for a different app from the market that did not work. Samba works great with mm
dogface3247
 
Posts: 4
Joined: Sat Jun 13, 2009 3:31 am

Re: Wifi Sync - Is it possible?

Postby mgillespie » Sat Jan 28, 2012 7:48 am

If you have a Sony Ericsson Xperia phone running Android 2.3.2 or newer, you can use MTP over Wifi to achieve this. (no root needed)

There is a thread about how to set it up here: http://forum.xda-developers.com/showthr ... ?t=1016341

Works fine on my Xperia Arc S
mgillespie
 
Posts: 95
Joined: Thu Jul 21, 2005 5:54 pm

PreviousNext

Return to Wishlist (mmw)

Who is online

Users browsing this forum: No registered users and 5 guests