cooldude768 / foo-androidsync

Automatically exported from code.google.com/p/foo-androidsync
0 stars 0 forks source link

There's no way to contact you ... #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
... so I'm sending a message as a ticket.

I've fixed various things here:

https://github.com/zewt/androidsync

including various problems with SHFileOperation, playlists with non-ACP 
filenames, implemented updating of files with changed tags (based on file size 
and modification date), cleaned up the UI, and made it modeless so it doesn't 
take over fb2k for the entire duration of the copy.

Work may or may not continue--it does basically what I want at this point.  It 
would be useful to store files with generated filenames (eg. a persistant UUID) 
to avoid conflicts when two songs have the same filename (but I don't think 
FB2k tracks anything like that), and I've disabled file deletion for now 
because it makes me nervous (if my device accumulates enough junk I'll wipe the 
music and re-sync).

You can use hg-git if you want to pull changes; that's what I used to clone to 
git.

Original issue reported on code.google.com by gl...@zewt.org on 20 Sep 2011 at 12:04

GoogleCodeExporter commented 8 years ago
Ha! That's great. I'll look at the changes in detail and try to pick out the 
ones I like and work them in in a way that still works for me. The modeless 
copying particularly sounds great (and the bug fixes are always appreciated). I 
might see about making things like the disabling of deletion optional in my 
version, too.

As you can probably tell by the code, I'm not used to using Windows APIs at all 
(and I don't do C++ very often, either). This is mostly a scratch-my-own itch 
project with a hint of curiosity so a lot of the initial design decisions 
revolved around the structure of my own music library. Thanks for being patient 
enough to tweak it. And posting issues here is a fine way to contact me, I 
think.

Original comment by alexanderfb on 20 Sep 2011 at 12:19

GoogleCodeExporter commented 8 years ago

Original comment by alexanderfb on 20 Sep 2011 at 12:20

GoogleCodeExporter commented 8 years ago
Can you re-enable file deletion?  I would love to have an all-in-one solution 
for my cowon j3 like I have for my iPods with foo_dop

Original comment by Imaweasal on 6 Jan 2012 at 8:55

GoogleCodeExporter commented 8 years ago
Incidentally, file deletion is still enabled in the version available for 
download. Unfortunately, I haven't had time to sit down and attempt to 
integrate Glenn's changes yet, although I was still planning on leaving file 
deletion as an option.

Original comment by alexanderfb on 7 Jan 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Please implement his changes! I'll make a donation to you! I, a friend, and my 
girlfriend all have android phones. I've also over the years convinced them all 
to switch to foobar. This is the only foobar plug I could find that does what I 
want, and the way you've implemented it is perfect for our needs (specifying a 
folder, etc). Pretty please!

Original comment by Fohdee...@gmail.com on 12 Sep 2012 at 7:52

GoogleCodeExporter commented 8 years ago
I'm actually kind of surprised people are still using this since I thought 
newer versions of Android used some weird API outside of the Windows drive 
letters. I'll try to get a Windows system up and running so I can diff the 
changes in.

Original comment by alexanderfb on 13 Sep 2012 at 1:38

GoogleCodeExporter commented 8 years ago
I heard that Android switched to MTP, but when I updated to 4.1 on my NS I'm 
still only seeing USB Mass Storage, so either that was bogus, it was reverted, 
or it's not used on all devices.  (It sounded like MTP was the default but 
there was an option to enable mass storage, but MTP just doesn't exist at all 
on my phone.)

Of course, even with MTP people still need a way to sync songs.

Original comment by gl...@zewt.org on 13 Sep 2012 at 2:12