Uriziel01 Posted June 16, 2008 Posted June 16, 2008 (edited) Hi ! You have nicely fixed the player from the last time i have used it But the new pseudo Winamp searching function is doubling the results (for example when I search Missy Elliott new window contains 4 entries the indexes nr. of songs are 5 and 6 (like in real playlist) but also 25 and 26 I dunno from where ) Keep Working on it ! p.s-sorry for terrible English Edited June 16, 2008 by Uriziel01
TehWhale Posted June 16, 2008 Posted June 16, 2008 I use Limewire Pro to download my music, and for some reason, when I download music and add it to your LMP playlist, it shows all the information, duration and everything, but yet it doesn't play it, and it sits at: 0:00.
LIMITER Posted June 17, 2008 Author Posted June 17, 2008 @JasonB I had some problems too with LMP and, for some reason, mp3's didn't play any more (but all the information was loaded) ... A reinstall of windows did the trick (It is probablly something with the winmm.dll, i dunno) @Uriziel01 Strange thing ... It could be because the search function look through all data like Artist,Title,Album and even path ! So if you have some words in the path but not in the title and artist, then it would appear in the search results ... Hope you understand, L|M|TER
Uriziel01 Posted June 18, 2008 Posted June 18, 2008 (edited) 1)Player dont work anymore (I cant play any mp3) 2)Volume slider is dead 3)Graphicals buttons in gui having small transparency dots 4)Now im getting 6 results of searching, when im having only 2 matching songs. :\ p.s- 5)ID3.au3 not included in include.zip Edited June 18, 2008 by Uriziel01
LIMITER Posted June 18, 2008 Author Posted June 18, 2008 1)Player dont work anymore (I cant play any mp3)2)Volume slider is dead3)Graphicals buttons in gui having small transparency dots4)Now im getting 6 results of searching, when im having only 2 matching songs. :\p.s- 5)ID3.au3 not included in include.zip1. Player is working2. You probably have some issues with _Sound functions ?3. I'll fix the buttons soon 4. Well .. as I said in the previous post, the function searches through all the data and even if a song contains for example "Chris Brown - With You - 2008 Album - c:\my music\chris brown-with you.mp3" and you search for "chr" it will find this song ... Just refine your search string 5.That is not actually used in the script, i forgot to remove it ...
Uriziel01 Posted June 18, 2008 Posted June 18, 2008 (edited) Weird !! After 2 restarts of player it started working, the volume slider also has returned to live ! EDIT: 1)after some tests with video player when I have tried to close it I have becomed an Error about Array variable Edited June 18, 2008 by Uriziel01
nobbe Posted June 18, 2008 Posted June 18, 2008 i had to delete an old playlist once to get it running again
SxyfrG Posted June 19, 2008 Posted June 19, 2008 Video playing is messed up :| When i select a video to watch, the GUI is created but it is always around 150px wide and only about 30px high with the top left hand side of the video only just visible on the right hand side, on top of the slider :\ My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
Uriziel01 Posted June 19, 2008 Posted June 19, 2008 @SxyfrG-Click double on video to make it fullscreeen. p.s-I'm also having this bug.
LIMITER Posted June 19, 2008 Author Posted June 19, 2008 That is maybe from the height and width issues in ExtProp.au3, cause on Vista the height parameter is at number 263 and width at 265 (and normal it would be 27 and 28 - on xp -) ... P.S. - I run Vista and it works perfectly, absoultely no issues .. I'll test it on my other pc with XP and try to fix the bugs So ... Wish me luck, L|M|TER
SxyfrG Posted June 23, 2008 Posted June 23, 2008 Errors out instantly with 2 of these warnings ... Line -1 Error: Variable must be of type "Object". My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
LIMITER Posted June 23, 2008 Author Posted June 23, 2008 You must register the eq dll ... Just enter in %appdata%\LMP\ with command prompt and type : REGSVR32 LMP-EQ.dll
SxyfrG Posted June 23, 2008 Posted June 23, 2008 I tried, and failed >_> C:\Documents and Settings\*****\Application Data\LMP\LMP-EQ.dll was loaded, but the DllRegisterServer entry point was not found. This file cannot be registered. ...? My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
LIMITER Posted June 23, 2008 Author Posted June 23, 2008 Nevermind , i just saw that the eq library is only compatible with the new Sound API in Windows Vista So i'll remove the eq function right now (sorry ...) :| Cheers, L|M|TER
SxyfrG Posted June 23, 2008 Posted June 23, 2008 Why don't you just add support for XP, and include 2 .dll's? (or better yet, somehow merge them into one) My scripts:AppLauncherTRAY - Awesome app launcher that runs from the system tray NEW VERSION! | Run Length Encoding - VERY simple compression in pure autoit | Simple Minesweeper Game - Fun little game :)My website
Uriziel01 Posted June 23, 2008 Posted June 23, 2008 Make an simple installer (not more than 20 minutes of work) an all those problems will dissapear BTW nice update !
LIMITER Posted June 23, 2008 Author Posted June 23, 2008 I'm currently running Vista and because of this, maybe some functions will not work on xp, I'll test LMP on XP soon and I'll try to fix all the problems (if there are some ...) Why should I make an installer ? For what, because LMP is a standalone app ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now