Search found 34 matches

by BerniPi
Sat Nov 26, 2011 4:28 am
Forum: Need Help with Addons? (MMW4)
Topic: Play songs by hotkey based on Genre, Playlist, Mood, Tempo..
Replies: 7
Views: 14475

Re: Play songs by hotkey based on Genre, Playlist, Mood, Tem

Hi,

does this script work with MM3 or MM4? I would like to start Playlists with Hotkeys. The Script generates the menu and i can start a Playlist with the menu, but the hotkey Ctrl+0 doesn't work. Are there other scripts with this functionality or is it integrated in MM4?

Thanks,
Berni
by BerniPi
Mon Mar 10, 2008 1:36 pm
Forum: Need Help with Device Synchronization? (MMW4)
Topic: [MM2-4] Syncing Ratings from/to Sansa/Rockbox
Replies: 160
Views: 785299

hi, i've tried sansamonkey with rockbox and syncing ratings works great. but the playcounts aren't submitted. Runtime database is activated and the played songs are shown in rockbox as played. but in sansamonkey all counts are 0. Maybe the structure of the database has changed? I didn't find an old ...
by BerniPi
Sun Mar 09, 2008 6:34 pm
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

There is a bracket-failure in that formula, you can correct it manually on line 9 of the script: Public Const BerniPi_Formula_1 = "500000000000+10000000000*((Played+1.01)^0.5 *0.999^(DaysSinceLastPlayed/(Played/3+1)) - (Skip+1.01)^0.85)" edit: You have to restart MM after changing the code...
by BerniPi
Sat Feb 16, 2008 8:27 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

I have discovered an error in reasoning: There should be brackets around the formula before divding through dayssinceadded, for having the correct effect (decrease the points, not increase) (500000000000+10000000000*(log(Played+1.01) / 1.001^( DaysSinceLastPlayed) - (log(Skip+1.01))^1.7)) / DaysSinc...
by BerniPi
Sat Feb 16, 2008 6:17 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

I just discovered a new use for the offset-formula: if the skipcount^1.7 is greater than the playcount, the song gets 0 points from a formula without offset. dayssincelastplayed and dayssinceadded can't have any influence on the rating. with the new formula the script can differ in this cases... of ...
by BerniPi
Fri Feb 15, 2008 1:05 pm
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

I figuered out, that the "1/log(Played+1.01)" caused the overflow problem. So the formula without it, is: 10000000000 * (log(Played+1.01) - (log(Skip+1.01))^1.7) / DaysSinceAdded^0.125 / 1.001^( DaysSinceLastPlayed) I tried to find a formula, which can differ nonplayed-songs with different...
by BerniPi
Wed Feb 13, 2008 7:41 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

Hello, i actually knew, that the skipcounter isn't accurate in my formula. Maybe this version is (subjectively) accurate: 10000000000 * (log(Played+1.01) - log(Skip+1.01)^2) / DaysSinceAdded^0.125 / 1.001^(1 / log(Played+1.01) * DaysSinceLastPlayed^1.1) furthermore, i don't know, where the overflows...
by BerniPi
Wed Feb 13, 2008 3:12 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

@Berny: Nice solution, for my formula Berny.

No overflow errors at my place...
by BerniPi
Tue Feb 12, 2008 4:52 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

i installed the new version and there haven't been any question about the formula and it got overwritten. Fortunately i made a backup some time ago. thanks, for the new option, that the values aren't stored in the field anymore!! I played with the formula a little bit, and thought about what the for...
by BerniPi
Wed Feb 06, 2008 4:34 pm
Forum: Deutsches Forum
Topic: Virtuelle CD
Replies: 4
Views: 2522

Ich verwende die VirtualCD so: Ich habe meine MP3s auf eine externe Festplatte verbannt, da sie auf meinem Notebook keinen Platz mehr habe. Ein kleine, aber feine Auswahl davon habe ich in der VirtualCD auf dem Notebook gespeichert. Der Vorteil: Ich kann meine liebsten Songs auch ohne externe Festpl...
by BerniPi
Sun Jan 13, 2008 6:03 am
Forum: Deutsches Forum
Topic: Leere Ordner werden nicht gelöscht..
Replies: 6
Views: 2882

Ich weiß zwar nicht, wo das Problem genau liegt. Ich verwende zum Löschen der leeren Ordner zusätzlich ein kleines Programm "DeleteEmptyFolders.exe".

Wenn du es im Internet nicht findest, kannst du mir eine PM mit deiner Mailadresse schicken und ich lasse es dir zukommen.

lg
Berni
by BerniPi
Sat Jan 12, 2008 11:08 am
Forum: Deutsches Forum
Topic: USB-Platte ins Netz -> Archiv ins Netzwerk verschieben
Replies: 5
Views: 4666

Hast du MM3? Bei MM2 gabs ein Skript, das das automatisch gemacht hat (Change HDD Serial). Ich hatte auch das Problem, dass ich alle Dateien auf eine neue Festplatte kopiert habe und dann natürlich die Pfade nicht mehr stimmten. Ich wendete folgenden "Trick" an: 1.) Einlesen von einigen Li...
by BerniPi
Wed Jan 09, 2008 7:31 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

after a song has been playing, the new rating is determined by the script by calculating the points of the song and comparing it with the point-limits saved in the ini (calculated on calibration). is this right? a solution could be to calculate the maximum-values only on calibration and save it with...
by BerniPi
Wed Jan 09, 2008 4:35 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

Hello!! I have some ideas for the script: The last posts have shown, that the formulas that the script uses, are very sensitive to great values. That implies, that the formula has to be adopted from time to time (for example the dayssinceadded increases more and more, and also the fifth power of pla...
by BerniPi
Sun Dec 30, 2007 3:52 am
Forum: Need Help with Addons? (MMW4)
Topic: AutoRateAccurate 2.4.3 (22/10/2009) - for MM3
Replies: 953
Views: 363739

I've found a problem when the claculated points get negative. for example:
a song with 4 plays and 0 skips get the same amount of points as a song witz 4 plays and 8 skips (with the standardformula played-2*skip).