Latest restricted WACUP beta release is build #18654 (March 24th 2024) (x86 & x64 changelogs) | Latest WACUP public preview is build #17040 (September 30th 2023) (x86 only)


NOTE: Beta testers are added in a limited & subjective manner as I can only support so many people as part of the beta test program to keep it useful for my needs.

Unless I think you're going to be helpful, not all requests will be accepted but might still be later on. Remember that beta testing is to help me & the limitations currently works for my needs for this project.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MarkRH

Pages: 1 2 [3] 4
31
Skins / Re: Big Bento Modern Beta
« on: September 26, 2017, 11:10:39 AM »
Looks like the Tab Text/Icon button is in the right spot now.  :)




32
Skins / Re: Big Bento Modern Beta
« on: September 25, 2017, 06:54:00 AM »
The more I play around with it, the more I'm liking it.  It might even become my default one as I've always gone back to the Bento (not big) skin after everything else.  Great work!

33
Skins / Re: Big Bento Modern Beta
« on: September 25, 2017, 01:09:21 AM »
I'm getting that line in the menu.  Windows 7 Pro 64bit with Windows Classic Theme. 


34
Wishlist / Feature Requests / Re: Extended network functionality
« on: February 22, 2017, 10:05:00 AM »
Yeah, AjaxAmp is something I have used a lot to play my music library from my parent's house using it's streaming options.  Since I only do this a couple times a year, I don't mind using the other Winamp for that.

35
Good enough for me.

36
Suggestion concerning the Playtrack Post operation. What about adding a User Agent related to Winamp or Wacup. Right now it's blank.

Most of my sites treat blank user agents as bad bots.  I'll see what the other one used. Will get back to you.

The other one used: Agent: NowPlaying/3.9.4.0

Just a thought.

37
Implemented Requests / Re: [IMPLEMENTED] Play Tracking Suggestion
« on: January 24, 2017, 09:58:23 PM »
It saves the POST entries now. Yay. With this working I'll be using this much more.  http://www.markheadrick.com/entertainment.shtml is what I've played with both Winamp and Wacup..

Thanks for all your work!

38
Well, I'm a software update control freak I guess. I opt out of all auto updates. (Windows, Browsers, Flash, WordPress, etc, etc.). 

Now, I do routinely check for updates (installed several Windows Updates today) and install them when I am ready to deal with the consequences and it gives me time to backup things before hand.

I am fine with something saying that an update is available, but I want to say when it actually installs that update.

I think the auto-update stuff is really meant those people that never bother to check for updates on their own.  I am OK with an auto update being the default. I just want to be aware of that fact and able to turn it off.

39
Implemented Requests / Re: Play Tracking Suggestion
« on: January 12, 2017, 10:48:08 PM »
Cool. I've actually been working on a database to store the song's Winamp has played. I can then use this to display the song history.  Looking forward to this update. :)

40
Archive / Re: Forum Updated + Getting Back To Normal
« on: January 12, 2017, 06:42:24 AM »
Does seem a bit snappier than it has past few days.  I have a SMF forum myself and it seems to work fairly quick and doesn't use much memory.. around 5 mb with what I have installed. Wordpress uses 25-35mb of PHP memory.

41
Implemented Requests / Re: Play Tracking Suggestion
« on: December 19, 2016, 12:53:07 AM »
Looks like the song length is working correctly now.
Code: [Select]
18-12-2016 - 18:33:55 - Soundtrack - "Basil Poledouris" - "Crystal Palace" - Conan The Destroyer - 1984 - 5 - 6:13 - 373 - 128 - (removed)\Music\MP3\Soundtrack\Basil Poledouris-Conan The Destroyer\Basil Poledouris - Conan The Destroyer - 05 - Crystal Palace.mp3 -
Now just looking forward to being able to execute a URL with song information attached to it.  :)  Hmm, someway to know that Winamp started/stopped playing, attached to the start/stop events perhaps.

42
Wishlist / Feature Requests / Re: A Replacement for Gracenotes
« on: December 06, 2016, 11:18:34 PM »
For me, playback and ripping would need to stay, and a new auto tagging ability.

I have Burned Audio CDs for my folks but can use Window Media Player for that or something else.

43
Wishlist / Feature Requests / Re: A Replacement for Gracenotes
« on: December 01, 2016, 04:32:54 AM »
I use CDex a lot and it uses freedb.org for album lookups when ripping.  Another option.

44
Implemented Requests / Re: Play Tracking Suggestion
« on: November 14, 2016, 07:59:49 PM »
I assume it's one of the RFC date formats that you'd want (based on what was in the earlier XML example). Just need to know which one and can look to get that added in.

Going with ATF and modifications of it may not be the ultimately best solution but for the most part it should suffice with it being a simpler way to access the metadata and custom data within how Winamp tends to want to work.

As long as the string can be converted with PHP using strtotime(); that's all I need. As it stands, it doesn't work.

Code: [Select]
<p>Time: <?= date('M/d/Y g:i:s A T',strtotime("13_11_2016 - 22:30:28")); ?></p>
Outputs: Time: Dec/31/1969 6:00:00 PM CST

Granted, since I know the format, I can programmatically create a string that will work with the function.   A string like "13-11-2016 22:30:28" does work.  So I could make the date be "%date% %time%" if date used dashes instead of underscores. Right now, in PHP I could just do a str_replace() to change "_" to "-".


45
Implemented Requests / Re: Play Tracking Suggestion
« on: November 14, 2016, 04:48:21 AM »
Looks like the logging will grab just about everything I use:
Code: [Select]
13_11_2016 - 22:30:28 - Classical - "Royal Philharmonic Orchestra" - "Hooked on Classics, Part 3" - Hooked on Classics - 1981 - 3 - 6:00 - 362 - 128 - (removed)\Music\MP3\Classical\Royal Philharmonic Orchestra-Hooked on Classics\Royal Philharmonic Orchestra - Hooked on Classics - 03 - Hooked on Classics, Part 3.mp3

Is the %length% just supposed to put the minutes? This song is 6:02.  The %length_seconds% looks correct though.  I'd program the date to look different but I just need to get it in some fashion.

Tying ATF formatting into this "ping" operation is fine.  Hmmm, close Winamp and it crashed. Sent the debug email.

Pages: 1 2 [3] 4