Search found 39 matches

by Mike H
Wed Oct 24, 2007 6:17 am
Forum: MediaMonkey for Windows 4 Beta Testing
Topic: Beta 3 - endless net radio stream loop
Replies: 4
Views: 2609

MP3 Streams don't seem to hang in 1091

I could reproduce this on b4 1089 by playing this stream:

http://www.di.fm/mp3/djmixes.pls

and then hibernating and resuming my computer.

When it started up again, MM was in a loop playing the audio buffer over and over again.

After upgrading to 1091, the problem seems to have gone away.
by Mike H
Fri Sep 14, 2007 5:04 pm
Forum: Need Help with Addons? (MMW4)
Topic: any .NET developers here?
Replies: 18
Views: 7971

.NET and Events

I wrote my podcast plugin using .NET, the only way I could get events to work was using a vbscript to hook the events into the .NET object. This works pretty well (even if it is unpleasantly hacky), you just have to make sure the .net assemblies are compiled with COM interfaces too. This is the auto...
by Mike H
Wed Dec 13, 2006 4:05 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Hi balaji, Is the podcasts options section also missing? With the setup you mention, the plugin should* work. You don't need to put the plugin files in the plugins folder - that's where the winamp-style plugins go - but I think it should still work. Might make more sense to put them there anyway. If...
by Mike H
Sun Nov 26, 2006 8:01 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Or maybe I won't....

Sorry, my hard drive has crashed in my windows system. I won't be able to get anything working this week I'm afraid.

D'Oh.

Mike.
by Mike H
Fri Nov 24, 2006 7:22 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

With the current release version, you can't remove podcasts. I'll release what I've got so far over the weekend, hopefully it works well enough (!) for the the time being, and has this problem fixed.
by Mike H
Thu Nov 16, 2006 5:24 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

This problem is quite frustrating, I was having the same problem on my system, and was trying to fix it last time I posted. I never did work out the cause, and now it is working again, making it difficult to debug. There's not much I can suggest I'm afraid. I suspect there is a problem with one of t...
by Mike H
Thu Oct 05, 2006 2:05 pm
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

You can just delete the cache file, which should be stored somewhere like My Documents/My Music/podcasts/cache.dat. This will remove all podcasts, and probably cause an error the next time you run MM, but you should then be able to add the podcasts you want. It will pick up any episodes you have alr...
by Mike H
Wed Sep 27, 2006 8:08 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Yep, sorry, that's one of the bugs I noticed yesterday :) It will be fixed in the next release. I'm also trying to solve the problems that domc was seeing, since I'm getting them too now. Seems to be when the plugin checks to see if the podcast has already been downloaded (ie, when 'autodownload' is...
by Mike H
Tue Sep 26, 2006 1:36 pm
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

djsurge, the xml is slightly different than the others I've seen. I guess I should look at the spec for podcasts really, and find out what's actually valid. :shrugs:. I've fixed the parser, but noticed a few other bugs that I'm trying to fix. I'll try to get an update out later tonight.

Mike.
by Mike H
Sat Sep 23, 2006 7:33 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Thanks guys :)
by Mike H
Mon Sep 18, 2006 1:27 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Ok, thanks Dominic,

I'll see if I can reproduce the error.

This shouldn't happen when updating the podcasts, since that doesn't perform any database queries. It could happen when listing the episodes though, which is when the querying is done.

Mike.
by Mike H
Sun Sep 17, 2006 5:02 pm
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

The lastest version has some issues here. I can delete a podcast from the list but it does not dissappear from the Podcast Node. That's because the podcast node just shows you what's in the podcast rss feed - you can't remove episodes from the rss, and once the track is deleted from the database th...
by Mike H
Fri Sep 15, 2006 10:31 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

Excellent, that's good.

I need to work out why the installer doesn't uninstall the previous version (it's supposed to apparently).
by Mike H
Fri Sep 15, 2006 7:57 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

To make it import the old settings, delete the Cache= line in the INI file. This will make the plugin create a new cache, which it will populate with the podcasts specified using the old settings. I suspect the bug is new, I modified the update progress code slightly to fix the crash that was occurr...
by Mike H
Fri Sep 15, 2006 6:51 am
Forum: Wishlist (MMW4)
Topic: Podcasting support
Replies: 134
Views: 73044

domc, I think the problem with the error on start up was probably related to some settings being set by 0.3.0 which were then updated by the new version. You shouldn't see that problem again hopefully. The database table one is related to C# garbage collection I think, I need to make sure it gets ri...