Search found 147 matches
- Wed Feb 18, 2015 10:40 am
- Forum: Need Help with Addons?
- Topic: MonkeyMatch 0.5.56 - Find & Fix Similar Spelling (7/7/13)
- Replies: 89
- Views: 59440
Re: MonkeyMatch 0.5.56 - Find & Fix Similar Spelling (7/7/13
The middle two - Disk 1 vs Disk 2 - should have been found using most any setting. The others are probably outside the bounds of Setting 3. Comparing the first to the last requires 14 changes, which is more than Setting 3 can handle given the lengths. The first compared to the two "Disk" ones requir...
- Thu Feb 12, 2015 6:35 pm
- Forum: Need Help? (mmw)
- Topic: 5-Channel Songs Get Empty Channels Field
- Replies: 5
- Views: 1025
Re: 5-Channel Songs Get Empty Channels Field
I will do that. Thanks again.
- Thu Feb 12, 2015 11:42 am
- Forum: Need Help? (mmw)
- Topic: 5-Channel Songs Get Empty Channels Field
- Replies: 5
- Views: 1025
Re: 5-Channel Songs Get Empty Channels Field
Either I'm doing something wrong or something is wrong with that URL. I went to it, and tried to log in and it said my username or password was invalid. I double-checked and tried again. Same thing. I did a password reset, same thing. So I clicked on the Register button, figuring that the MM Forums ...
- Thu Feb 12, 2015 11:36 am
- Forum: Need Help? (mmw)
- Topic: 5-Channel Songs Get Empty Channels Field
- Replies: 5
- Views: 1025
Re: 5-Channel Songs Get Empty Channels Field
Well I went through all my 5- and 6-channel albums, and the only songs that don't have the number of channels listed in MM are from 2 albums. All songs from these albums don't list the channels in MM. Smells like an inability to recognize 5-channel songs. I will open a ticket and upload a song. Than...
- Thu Feb 12, 2015 6:43 am
- Forum: Need Help? (mmw)
- Topic: 5-Channel Songs Get Empty Channels Field
- Replies: 5
- Views: 1025
5-Channel Songs Get Empty Channels Field
I have an album ripped from SACD, Dave Brubeck's Time Out. MediaInfo says the songs have 5 channels - not 6 which would indicate 5.1. In MediaMonkey the Channels field is blank. I find the same thing for a Beethoven album with 5 channels. These are the only 2 albums in my collection where MM shows a...
- Thu Feb 12, 2015 6:32 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Help for an easy script
- Replies: 3
- Views: 3011
Re: Help for an easy script
You can do this, or come close, with Hotkeys. Though it will take 3 keypresses instead of 1 click. Tools... Options... General... Hotkeys (Bottom Right) Edit Hotkey - Rating Now Playing file: Rate 1 Stars Click inside the Hotkey box and press something, like Ctrl-Alt-NumPad 1 Click the Global box Ne...
- Thu Feb 05, 2015 5:46 am
- Forum: Need Help? (mmw)
- Topic: Multiple versions of a song play at different volumes
- Replies: 3
- Views: 725
Re: Multiple versions of a song play at different volumes
And there's the winner. This wasn't checked. Thanks!Lowlander wrote:is Play > Level Playback Volume enabled?
- Wed Feb 04, 2015 3:53 pm
- Forum: Need Help? (mmw)
- Topic: Multiple versions of a song play at different volumes
- Replies: 3
- Views: 725
Multiple versions of a song play at different volumes
I have two versions of an album, with the songs ripped as FLACs. All songs have been replaygain'd using Foobar, using "Scan selection as albums (by tags)" MM does show the track and album leveling adjustments, which are different for each version of each song. MM is set to "Level Playback volume to"...
- Fri Jan 30, 2015 6:31 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Searching via SDBApplication?
- Replies: 2
- Views: 2251
Re: Searching via SDBApplication?
Here's one way using OpenSQL public static List<SongInfo> GetAllSongInfo(string artist, string album) { var allSongInfo = new List<SongInfo>(); string query = string.Format("SELECT * FROM Songs WHERE AlbumArtist LIKE '{0}' AND Album LIKE '{1}';", artist, album); var sdb = new SongsDB.SDBApplication(...
- Mon Jan 26, 2015 10:42 am
- Forum: Need Help with UPnP / DLNA ?
- Topic: Connection Flaky, 5.1 sent as stero
- Replies: 2
- Views: 1189
Re: Connection Flaky, 5.1 sent as stero
Hi, Are you sure that Timeout on Denon do not end before MMW responds Try to use more common UPnP port in MMW. My guess is that FLAC 5.1 get downgraded by denon I've seen such issues have you tried to contact Denon ? No, I'm not sure about the timeout but I'll sniff the network to see what is actua...
- Sat Jan 24, 2015 8:59 pm
- Forum: Need Help with UPnP / DLNA ?
- Topic: Connection Flaky, 5.1 sent as stero
- Replies: 2
- Views: 1189
Connection Flaky, 5.1 sent as stero
I have a new Denon AVR-2100W AV receiver and I'm trying to get my 5.1 FLACs to play on it. I've set up MM as a DLNA server, and it is rarely seen by the Denon in the list of media servers it find. I've set up Serviio and it is almost always visible on the Denon's list, but I'd rather use MM for many...
- Fri Sep 12, 2014 5:54 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Anyone ingested in New project?
- Replies: 8
- Views: 12437
Re: Anyone ingested in New project?
Hmm. I've been using it for so many years that I don't remember learning it.
Thinking about it though, I did try a few others before I settled on Ember, and I guess that I can see it being overwhelming since it does so much.
Oh well.
Thinking about it though, I did try a few others before I settled on Ember, and I guess that I can see it being overwhelming since it does so much.
Oh well.
- Sun Sep 07, 2014 11:12 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Anyone ingested in New project?
- Replies: 8
- Views: 12437
Re: Anyone ingested in New project?
Note that XBMC is not required for what you want to do.
FileBot and Ember just make for great data collection tools for movies and TV shows. Using them would mean the metadata would be in 2 databases - Ember and MM. You'd just ignore Ember's version once you parsed it into MM.
FileBot and Ember just make for great data collection tools for movies and TV shows. Using them would mean the metadata would be in 2 databases - Ember and MM. You'd just ignore Ember's version once you parsed it into MM.
- Sat Sep 06, 2014 3:17 pm
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Anyone ingested in New project?
- Replies: 8
- Views: 12437
Re: Anyone ingested in New project?
I don't use MM for videos, but I do have a lot of movies and TV episodes running under XBMC on my HTPC. I use FileBot to correctly name TV shows - it queries TheTVDB or TVRage to get the series name, season, episode number and title. And then I pull all that stuff into Ember Media Manager to get inf...
- Fri May 02, 2014 9:20 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: Linking another database to MM
- Replies: 9
- Views: 5757
Re: Linking another database to MM
Thanks. Knowing that the SongID doesn't change for optimizations is huge. I am sure that I will have to perform some integrity checks to handle deletions. It makes sense to check for re-assignment of SongID, too. Hopefully I can avoid using Custom fields, so that I can use them for other things. I a...