-
Also, if you use the grant command you have no need to attempt any reloading of the mysql database. Everything gets loaded properly automatically.
2008-08-26 04:07:45 UTC in otto audio jukebox
-
MySQL 5+ use the 'information_schema' as well as the 'mysql' database to store connection information. It isn't good practice to poke data in to the mysql database directly. Instead you should be using the 'grant' command.
grant all on otto.* to otto@localhost identified by 'password';
This one command performs the same effects as the two commands used previously.
2008-08-26 04:03:53 UTC in otto audio jukebox
-
The forum lists changes done in preparation for version 0.4, though even though it is more than a year old there is no sign that those changes were even rolled in to CVS.
TuneQueue appears to still have one of the prettiest user interfaces for controlling an IceCast stream. Even if the 0.4 changes weren't quite complete, checking them in to CVS means they can't get lost and allows people...
2008-08-25 05:38:54 UTC in TuneQueue
-
Check this out:
I can confirm that when the ID3 tags are version 2.3 (and not when they're 2.4) you
get full meta-data showing up in the device. The metadata shows up when you browse by
artist, album, genre, however if you try to view all songs, it shows no songs. If you
go to one of the sections that show the files you can play the songs, and all the
metadata shows up there (including...
2008-08-01 00:28:07 UTC in libmtp
-
I can confirm Amarok is writing ID3 v2.4 tags, and MediaPlayer is writing ID3 2.3 tags.
I'm going to try copying the ID3 2.3-tagged files to the device next.
2008-07-31 23:13:18 UTC in libmtp
-
No, I didn't end up using any special flags. I tried some special flags a couple of times,
but nothing seemed to make it better.
I do know a couple of new bits: The WMPInfo.xml file disappears on its own even when
exclusively accessing it with Windows and Media Player.
Also, the issue with the metadata doesn't appear to be better with Windows per se. When
I initially loaded my music...
2008-07-31 23:01:38 UTC in libmtp
-
WMPInfo.xml exists on the device after I put the file on it in Windows.
If I mount/unmount the device in Amarok, the WMPInfo.xml file disappears.
2008-07-16 06:03:05 UTC in libmtp
-
Okay. I'll probably have to provide you with a Windows USB trace.
It is possible to transfer tracks to the device, but the meta-data isn't always there. (Sometimes it is there.)
What I really hate is that while it can copy files to the device, it can't read anything off of the device. -- Most of the time, not even track names.
More specifically, the first time you connect after putting...
2008-07-16 06:01:26 UTC in libmtp
-
First, the device does not behave as it should. For instance, after all the MTP commands, the device resets. This causes a delay before it'll accept another command if running from a command-line.
Second, the first mtp-check command was run with the original firmware. I'll include a run with the updated firmware, incase you notice anything different.
libmtp version: 0.2.6.1
Attempting...
2008-07-16 04:54:26 UTC in libmtp
-
I patched libmtp as directed, and now it gives me the following. One minor annoyance I've noticed is that it doesn't always detect the device. Sometimes I need to run it again (or again).
libmtp version: 0.2.6.1
Attempting to connect device(s)
Detect: No Devices have been found
steven@blacks-plum:~$ mtp-detect --help
libmtp version: 0.2.6.1
Attempting to connect device(s)
PTP...
2008-07-15 23:45:47 UTC in libmtp