Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_sendtodevice (Read 179063 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_sendtodevice

Reply #75
hi cwbowron, great plugin - it works wonders with my samsung Z5. I was wondering if you could make the compononent check for folder.jpg files (and other album art) and copy it along with the music files e.g if each album was in its own directory those directories would have album art in each of them. I'd greatly appreciate it if you could do this some time in the future.

foo_sendtodevice

Reply #76
Hi!

I just discovered your plugin and uses it now for my SE K800i.
But there are two things:

1. If I uses a variable which isn't tagged in a file (%discnumber% in a single album) I get an error message and the file isn't coppied. Making "[ ]" around it doesn't help.
2. On your homepage I discovered the box with some code for converting files. Can I use this feature somehow at the moment? Would be great because I have some flac-files which the mobile can't play.

walla

foo_sendtodevice

Reply #77
Quote
Release 1.1.0 (beta)

    * changed to "tool window" style
    * added option for running context menu item on newly created files (for example, you can run a script on the destination files)
    * use foobar2000 native save as playlist function for exporting playlist
    * ask to convert to mp3 if not already mp3 (requires lame.exe)
          o using $filename() for the destination path will not work correctly when converting (it will get the name of the temporary file, rather than the original filename)


the fully qualified path to the lame executable must be setup in the preferences to use the mp3 encoding.  This feature should be considered beta release.  If the lame.exe path has spaces in it, please enclose it in quotations marks.
There used to be a link to my website here.


foo_sendtodevice

Reply #79
Hey cwbowron,

I was wondering if there is a way for this component to have the ability to use either the MSC or MTP connection protocols.  My current MP3 player allows you to choose the one you want, but it seems to have problems reading files transferred through the MSC protocol.  This means I have to use the MTP protocol (as well as WMP) to transfer now.

Just thought I would see if this would be possible.

Thanks!

foo_sendtodevice

Reply #80
I was wondering if there is a way for this component to have the ability to use either the MSC or MTP connection protocols.  My current MP3 player allows you to choose the one you want, but it seems to have problems reading files transferred through the MSC protocol.  This means I have to use the MTP protocol (as well as WMP) to transfer now.


It might be possible, but its not very likely.  I went to great lengths to find my mp3 which acts like a UMS so I didnt have to deal with that stuff, so I dont even have a device to test on.

If someone wants to buy me a fancy media player that uses it, I could try supporting it :-)
There used to be a link to my website here.

foo_sendtodevice

Reply #81
It might be possible, but its not very likely.  I went to great lengths to find my mp3 which acts like a UMS so I didnt have to deal with that stuff, so I dont even have a device to test on.

I bought mine for the same reason, but with firmware changes it now won't do it.  I think Microsoft got a hold of them.

Thanks anyway!

foo_sendtodevice

Reply #82
I'm having a small problem with the plugin. I created 2 different playlists in foobar to transfer to my mp3 player. The first one got sent fine, but the second one appears in a folder named after the first mp3 file (complete with extension) and the file's names inside aren't touched at all.

I'm trying to transfer the files with...

Code: [Select]
G:\%title%.$ext(%_path%)

foo_sendtodevice

Reply #83
anyone know what the name of the drive that a Dell DJ uses? its not Z:\ or DJ:\

foo_sendtodevice

Reply #84
I'm having a small problem with the plugin. I created 2 different playlists in foobar to transfer to my mp3 player. The first one got sent fine, but the second one appears in a folder named after the first mp3 file (complete with extension) and the file's names inside aren't touched at all.

I'm trying to transfer the files with...

Code: [Select]
G:\%title%.$ext(%_path%)


Sounds like you found a bug... are there any weird characters in the titles of the files that cause a problem, possibly a | somewhere?
There used to be a link to my website here.

foo_sendtodevice

Reply #85
Code: [Select]
G:\%title%.$ext(%_path%)

Actually, you should be able to use just
Code: [Select]
G:\%title%


I don't even use the "$ext" command.  I can use this to send my MP3 files to my Sansa with the following:
Code: [Select]
J:\MUSIC\%artist%\%album%\%title%
It automatically does the extension.

foo_sendtodevice

Reply #86
Ah thanks a lot, cwbowron. There was a single track that had a | in it. Removing that pesky character fixed it.

kockroach: Thanks for the tip.

foo_sendtodevice

Reply #87
I installed the latest version, and my custom columnsui button doesn't seem to do anything when I click it. It still works from the commandline, but the buttons don't work. Does anyone know why that is?

foo_sendtodevice

Reply #88

I'm having a small problem with the plugin. I created 2 different playlists in foobar to transfer to my mp3 player. The first one got sent fine, but the second one appears in a folder named after the first mp3 file (complete with extension) and the file's names inside aren't touched at all.

I'm trying to transfer the files with...

Code: [Select]
G:\%title%.$ext(%_path%)


Sounds like you found a bug... are there any weird characters in the titles of the files that cause a problem, possibly a | somewhere?

this happened to me once, i deleted the folder from the mp3, sent it again and worked fine

great extension by the way, a big thank you

foo_sendtodevice

Reply #89
Hi cwbowron

Could you make an option to force mp3 encode? My Motorola V360 phone won't play mp3 with bitrate higher than 192kbs...


Regards

foo_sendtodevice

Reply #90
$if($cwb_fileexists(%_path%),G:\VA\%artist% - %title%.$ext(%_path%))
doesn't prevent foo_sendtodevice of trying to copy a file, even if it doesn't exist anymore.
Any ideas?

foo_sendtodevice

Reply #91
Feature Request:
Posibility to give names to the different schemes so you don't need to guess what it does by reading the strings.

foo_sendtodevice

Reply #92
can i convert in OGG, when sending files to device?

excuse me for my english 8)

foo_sendtodevice

Reply #93
I got error when trying to convert ape or flac to mp3 on sending:

Quote
"Cannot copy file: cannot read from source"
Could not write info (Object not found) to:
"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\CWB347.tmp.mp3"


Any ideas ? 

P.s: I have LAME 3.97 beta 3.

 

foo_sendtodevice

Reply #94
I got error when trying to convert ape or flac to mp3 on sending:

Quote
"Cannot copy file: cannot read from source"
Could not write info (Object not found) to:
"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\CWB347.tmp.mp3"


Any ideas ? 


Not sure... looks like the mp3 is not getting created... whats your lame command line look like?
There used to be a link to my website here.


foo_sendtodevice

Reply #96
Hi cwbowron,

I was wondering if you could add support for Sony players as well? One guy has made a plugin for Winamp. It works only for mp3s which is fine by me. I could care less about atrac anyway. If this support is added, I could scratch Winamp forever off my computer. The source code is available at http://sourceforge.net/projects/mlsony

I have no idea how much work that entails. It would be great if you could incorporate this feature. Thanks.

foo_sendtodevice

Reply #97
Any chance for album art support or providing the source code?


foo_sendtodevice

Reply #99
So, any ideas how to make it work ?