Search found 12 matches

by palmernet
Mon May 11, 2009 4:29 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Changing format of m3u to forward slash
Replies: 8
Views: 3894

Re: Changing format of m3u to forward slash

nohitter151 wrote:The new 5.
Mine is the 504.

I am wondering if there is anyway to get MM3 to spit out m3u with forward slashes.
by palmernet
Mon May 11, 2009 8:16 am
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Changing format of m3u to forward slash
Replies: 8
Views: 3894

Re: Changing format of m3u to forward slash

nohitter151 wrote:No, you can't. Are you sure that format is required? My Archos 5 reads standard m3u playlists...
When I synchronize a playlist from MM3, then try to play it, no tracks are found. Replacing the slash character resolves the issue.

Is yours the new Archos 5, or the 504?
by palmernet
Mon May 11, 2009 5:41 am
Forum: Need Help with Device Synchronization? (MMW4)
Topic: Changing format of m3u to forward slash
Replies: 8
Views: 3894

Changing format of m3u to forward slash

My Archos 504 requires the m3u playlist to have forward slashes instead of back slashes. Can I set MM3 to create the playlist in this format?
by palmernet
Fri May 01, 2009 5:53 am
Forum: MediaMonkey 4 Addons developer forum
Topic: AddTrack - Error executing SQL statement "COMMIT"
Replies: 7
Views: 2953

Re: AddTrack - Error executing SQL statement "COMMIT"

Bex wrote:I only use Commit.
Great - putting a commit after the first SQL call.

It's a bit of a work around, but it works.
by palmernet
Thu Apr 30, 2009 9:23 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: AddTrack - Error executing SQL statement "COMMIT"
Replies: 7
Views: 2953

Re: AddTrack - Error executing SQL statement "COMMIT"

I'll see when I get the time to look into this. You can check other scripts and how they use SDB.Database.BeginTransaction/SDB.Database.Commit. That's what I think you need to add to smart places in your script. http://www.mediamonkey.com/wiki/index.php/SDBDatabase thanks - is it a commit or ...
by palmernet
Wed Apr 29, 2009 6:12 am
Forum: MediaMonkey 4 Addons developer forum
Topic: AddTrack - Error executing SQL statement "COMMIT"
Replies: 7
Views: 2953

Re: AddTrack - Error executing SQL statement "COMMIT"

Hi palmernet, If you post the code it's easier to understand the problem and help! The line which throws an error is Call list.AddTrack(MyTracks.Item) The full script is: ' ' MediaMonkey Script ' ' NAME: TextToPlaylist 1.0 ' 'Derived from http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=6879 ...
by palmernet
Fri Apr 24, 2009 8:59 pm
Forum: MediaMonkey 4 Addons developer forum
Topic: AddTrack - Error executing SQL statement "COMMIT"
Replies: 7
Views: 2953

Re: AddTrack - Error executing SQL statement "COMMIT"

I have read somewhere this relates to the spead the script runs. Could this be true? Is this a bug? What is the work around?
by palmernet
Fri Apr 24, 2009 6:16 am
Forum: MediaMonkey 4 Addons developer forum
Topic: AddTrack - Error executing SQL statement "COMMIT"
Replies: 7
Views: 2953

AddTrack - Error executing SQL statement "COMMIT"

When using the AddTrack call, I get an: Error executing SQL statement "COMMIT" I have seen this error statement elsewhere on the forum, but as I am calling AddTrack, I have no way of debugging what is happening inside the MediaMonkey code to throw the error. How do I resolve this? MediaMonkey: 3.0.4 ...
by palmernet
Mon Nov 24, 2008 6:39 am
Forum: Need Help with Addons? (MMW4)
Topic: Playlist based on albums not played or not played recently
Replies: 2
Views: 909

Re: Playlist based on albums not played or not played recently

This script is good - but how do I turn it into a auto-playlist?
by palmernet
Sun Nov 23, 2008 1:06 pm
Forum: Need Help with Addons? (MMW4)
Topic: Playlist based on albums not played or not played recently
Replies: 2
Views: 909

Playlist based on albums not played or not played recently

I would like to create a playlist contains songs from albums I haven't listed to in my collection since I migrated to Media Monkey. I can obtain a list fairly easily using Microsoft Access and ODBC with this query: SELECT TOP 100 Albums.Artist, Albums.Album, Songs.ID, Songs.TrackNumber, Songs ...
by palmernet
Sat Jan 12, 2008 9:53 am
Forum: Need Help? (MMW4)
Topic: Sharing playlists between MediaMonkey and Windows Media
Replies: 1
Views: 546

Sharing playlists between MediaMonkey and Windows Media

I want to be able to share playlists between MediaMonkey and Windows Media Center. I mainly use Media Monkey (it's the bst) but occassionally use Windows Media Center with slide shows. I know I can export my playlists to m3u and then import them into Windows Media Center. Is there a way to automate ...
by palmernet
Sat Feb 24, 2007 10:59 am
Forum: Need Help with Addons? (MMW4)
Topic: Script to select all tracks with no album art
Replies: 3
Views: 1635

Script to select all tracks with no album art

Does anyone have a script to select all tracks with no album art?