[Guide] Recently played tracks sigs


Recommended Posts

  • 2 months later...

Dont mean to bump an old thread, but can someone help me out?

I've tried uploading the file to a website 100webspace.com and changed it to my username and when i try to go to it, it just says "unable to parse song title from audioscrobbler.com"

I have the audioscrobbler plugin and can see it is listing the last submitted tracks in the plugin, and an account at last.fm but none of my tracks show in the 'recently played' section either. are the two connected?

yeh i need help on this, also, where do i extract the "denness" site .zip to?

586530851[/snapback]

You have to edit them to change the details to your username, and upload them online to somewhere like http://www.100webspace.com/

To the guy that wanted a swearfilter.

Open sig.php(or whatever you call it), add to the top:

define('WORD_FILTER', true);

Open RPI.php, Find:

	function addTrack($track)
	{  	
  $altbg = $this->altbg;
  foreach($this->options['fields'] as $field => $options)
  {

Add under:

if(WORD_FILTER) {
    foreach($track as $k => $v) {
    	$track[$k] = word_filter($v, $k);
    }
  	}

At the end of RPI.php, add:

function word_filter($string, $field = '') {
	$filter_fields = array(	
      	'description',
      	'title',
      	'artist',
      );
      	
	$badwords = array(
      	'/(w)or(d)/i',
      );
    	
	$replacements = array(
      	'\\1**\\2',
      );
      	
	if(!$field || in_array($field, $filter_fields)) {
  $string = preg_replace($badwords, $replacements, $string);
	}
  
	return $string;
}

Add words to the $badwords and $replacements arrays. Notice how I used subpatterns to get the letters I wanted to keep, this is to preserve the case.

Edit- Why are some of the tabs messed up and not others? :huh:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • In addition to the "sidebar app list" and "Collections" features, Microsoft will also deprecate the "Drop" feature. Before you publish this news and credit another site, here is the original source: https://x.com/i/status/2067838711870439583 .
    • Looks like the 7.1 is fake effects, can it at least do real 5.1? It says 'virtual 7.1' in all descriptions.
    • You can't, if you didn't notice, it doesn't support surround at all, it's right in the spec list.
    • Hi — I’m always interested in soundcards. Like displays, I just want to know I’m getting as much clean “sonic juice” into my brain as possible as the years take their toll. I’m not entirely sure what to take away from this review, though. It doesn’t really tell me whether the AE‑X is a good product or who it’s actually for. Most of what I’m getting is: there’s a driver to install, here’s what it looks like, and here’s what’s in the box. There’s a lot of emphasis on the SPDIF input. When you mention not needing to switch headphones between console and PC — does that mean the PC has to be powered on just to pass audio through? That seems like a fairly big waste of energy. Is this more something a streamer would use alongside a capture card? How are you testing the sound? (Also, you might want to clarify that you’re using the headphones in wired mode when you mention they’re wireless.) You mention the lack of EMI shielding — how much real‑world difference does that make compared with typical motherboard audio? On multi‑channel: what exactly isn’t supported? Does this mean Windows spatial audio (Dolby Atmos for Headphones, DTS Headphone:X, etc.) won’t work, or just that the card itself doesn’t decode surround formats? And are there any true multi‑driver “surround” headphones left that would even use that? You also highlight support for high‑impedance headphones — but what does that translate to in practice? How does it compare to driving the same headphones from a normal device, and does it make any difference for everyday, lower‑impedance models? In short, who is this card actually targeted at?
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      89
    4. 4
      Steven P.
      76
    5. 5
      Michael Scrip
      74
  • Tell a friend

    Love Neowin? Tell a friend!