Recommended Posts

Sry, im using a bit more data there....

for u, this would be enough

$if(%play_date%,'Last Time Played: '%play_date%' @ '%play_time%)

Dont forget u still need the component "foo_playcount" to use that string, if im not wrong.

:shifty:

585361824[/snapback]

Thank you Krpano, this is better. I am now having trouble getting the Date displayed as I prefer. This is what I've got:

Last Time Played: 2101MM05 @ 221222

Whereas I would like to have Last Time Played: 21/01/2005 @ 22:12:22

I have foo_playcount. I've tried changing the Components>Play Count >Format, but it doesn't seem to help.

I should be grateful if you could help me please.

Thank you Krpano, this is better. I am now having trouble getting the Date displayed as I prefer. This is what I've got:

  Last Time Played: 2101MM05 @ 221222

Whereas I would like to have  Last Time Played: 21/01/2005 @ 22:12:22

I have foo_playcount. I've tried changing the Components>Play Count >Format, but it doesn't seem to help.

I should be grateful if you could help me please.

585362037[/snapback]

One of the solutions is to do like me....

foo_play.jpg

simply add the : or / or whatever there.

with one inconvenience...files u have already played will not take the effect, only new played files....because the data will be already stored....

one solution here is to use masstagger to clean the data stored in the file.

there is an alternative string u can add but for that you will need to check at hydrogenaudio.org ....i never bothered to do that way.

:rolleyes:

Edited from here:

Ok i searched a bit, maybe this is what are you looking for...

$if(%play_date%,' '$substr(%play_date%,3,4)
|$left(%play_date%,2)|$right(%play_date%,2)' @ '
$left(%play_time%,2):$substr(%play_time%,3,4),
'                 ')

The output looks like this at the end of my playlist:
04|13|04 @ 19:33

let me know if this works....i never tried this way.

that code line was found HERE !!!

Edited by Krpano

Thanks you Krpano, with your help and patience I am getting there. Esp your helpful tip about "with one inconvenience...files u have already played will not take the effect, only new played files....because the data will be already stored...." I guess my changes were taking but not storing. I'll go and have a play now to see how I get on. I am rather slow at this lark. But, thank you for helping me :)

Thanks you Krpano, with your help and patience I am getting there. Esp your helpful tip about "with one inconvenience...files u have already played will not take the effect, only new played files....because the data will be already stored...." I guess my changes were taking but not storing. I'll go and have a play now to see how I get on. I am rather slow at this lark. But, thank you for helping me  :)

585362640[/snapback]

Do you have your Database enabled ?

from the playcount plugin creator:

"Here is a small plugin that will update the DB with a running playcount, along with the date and timestamp a track was last played. It currently only updates the DB (not the file)."

Maybe here u can find more advanced help..

Click me for Advanced Help.

krpano, can i get your now playing panel code?

585363817[/snapback]

If you mean the trackinfo panel, here it is:

D3DBDB????????????????????????????????????$char(10)
$char(1)L808080Mode: %_trackinfo_mode% $if(%_trackinfo_notrack%,No track,
$repeat($char(32),5)$if(%_isplaying%,$select($add(1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)
$char(1)L4C4C4CAbout the song:$char(10)
    4C4C4CArtist:AE977C $if3(%artist%,... '('unknown artist for this track')')$char(10)
    4C4C4CTitle:AE977C $if3(%title%,...   '('unknown title for this track')')$char(10)
    4C4C4CTrack length:AE977C $if(%_isplaying%,[%_time_elapsed%]$if(%_time_total%,'/'%_time_total%),%_length%)  $if(%_time_total_seconds%,808080'('Procent: $pad_right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),1)'%)')$char(10)
    4C4C4CAlbum:AE977C $if3(%album%,...'('unknown album for this track')')) 808080$if2('(Disc:' %disc%')',)$char(10)
    4C4C4CRelease date:AE977C $if3(%date%,...'('not available yet')')$char(10)
    4C4C4CGenre:AE977C $if2(%genre%,'...')$char(10)
D3DBDB????????????????????????????????????$char(10)
$char(1)LTechnical stuff:$char(10)
    4C4C4CFile size:AE977C $div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'$char(10)
    4C4C4CCodec:AE977C %__codec%$char(10)
    4C4C4CBitrate:AE977C %__bitrate% kbit/s$char(10)
    4C4C4CTrack Gain:AE977C $if3(%__replaygain_track_gain%,  RG not applied)$char(10)
    4C4C4CAlbum Gain:AE977C $if3(%__replaygain_album_gain%, RG not applied)$char(10)
D3DBDB????????????????????????????????????$char(10)
$char(1)L4C4C4CStatistics:$char(10)
    4C4C4CPlayed:AE977C $if2(%play_counter%,0)4C4C4C x. $char(10)
    4C4C4CRating:AE977C $if3(%rating% stars,not rated)$char(10)
D3DBDB????????????????????????????????????$char&;)0;10)
$char(1)L4C4C4CComments:$char(10)
     AE977C$if3(%comment%, No comments available)$char(10)
D3DBDB????????????????????????????????????$char(10)

;)

If you mean the trackinfo panel, here it is:

D3DBDB????????????????????????????????????$char(10)
$char(1)L808080Mode: %_trackinfo_mode% $if(%_trackinfo_notrack%,No track,
$repeat($char(32),5)$if(%_isplaying%,$select($add(1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)
$char(1)L4C4C4CAbout the song:$char(10)
    4C4C4CArtist:AE977C $if3(%artist%,... '('unknown artist for this track')')$char(10)
    4C4C4CTitle:AE977C $if3(%title%,...   '('unknown title for this track')')$char(10)
    4C4C4CTrack length:AE977C $if(%_isplaying%,[%_time_elapsed%]$if(%_time_total%,'/'%_time_total%),%_length%)  $if(%_time_total_seconds%,808080'('Procent: $pad_right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),1)'%)')$char(10)
    4C4C4CAlbum:AE977C $if3(%album%,...'('unknown album for this track')')) 808080$if2('(Disc:' %disc%')',)$char(10)
    4C4C4CRelease date:AE977C $if3(%date%,...'('not available yet')')$char(10)
    4C4C4CGenre:AE977C $if2(%genre%,'...')$char(10)
D3DBDB????????????????????????????????????$char(10)
$char(1)LTechnical stuff:$char(10)
    4C4C4CFile size:AE977C $div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'$char(10)
    4C4C4CCodec:AE977C %__codec%$char(10)
    4C4C4CBitrate:AE977C %__bitrate% kbit/s$char(10)
    4C4C4CTrack Gain:AE977C $if3(%__replaygain_track_gain%,  RG not applied)$char(10)
    4C4C4CAlbum Gain:AE977C $if3(%__replaygain_album_gain%, RG not applied)$char(10)
D3DBDB????????????????????????????????????$char(10)
$char(1)L4C4C4CStatistics:$char(10)
    4C4C4CPlayed:AE977C $if2(%play_counter%,0)4C4C4C x. $char(10)
    4C4C4CRating:AE977C $if3(%rating% stars,not rated)$char(10)
D3DBDB????????????????????????????????????$char&;)0;10)
$char(1)L4C4C4CComments:$char(10)
     AE977C$if3(%comment%, No comments available)$char(10)
D3DBDB????????????????????????????????????$char(10)

;)

585364056[/snapback]

where exactly would i put this? thanx for your help

where exactly would i put this? thanx for your help

585365761[/snapback]

You need the trackinfo panel, in the preferences for that panel you will find an area where you can paste that code.

Thank you for all your help Krpano.

Here's what I've got now, and it's thanks to you. :)

585369060[/snapback]

Glad to help..

:)

Thats lot of playlist, how many songs do u have 100000 ?

:happy:

Btw, i see there you still have the playcount displaying date and time without : . / or whatever ?

Could not fix it ?

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

    • No registered users viewing this page.
  • Posts

    • But apple has ASSURED us that this is private. So, it's private. I expect the same "leeway" shown Microsoft to be reflected here.
    • ASUS ROG Falchion Ace 75 HE keyboard is 27% off on Amazon by Ivan Jenic The ASUS ROG Falchion Ace 75 HE is currently $159.99 on Amazon, down from $219.99. That's 27% off and $60 saved on a keyboard that combines retro and modern design, while being one of the most responsive and adaptable 75% boards available right now (purchase link down below). The ROG Falchion Ace comes with the HFX V2X magnetic switches that allow you to set actuation anywhere between 0.1mm and 3.5mm with 0.01mm fine-tuning steps. It also comes with Rapid Trigger, a feature that resets the key the moment you release it rather than waiting for a fixed reset point, which makes a noticeable difference in fast-paced games. And finally, an 8,000Hz polling rate should make the response time feel instant. The build quality is decent, with dense plastic and powder-coated aluminum, which is expected from a keyboard at this price point. There’s also the onboard adjustment wheel, which lets you tweak actuation and Rapid Trigger sensitivity without opening any software. For competitive gaming, the ROG Falchion Ace is hard to beat at this price. And those who appreciate old-school hardware, especially those white keyboards we’ve all grown up with, will likely also appreciate the looks of this keyboard. A carry case is included. ASUS ROG Falchion Ace 75 HE - $159.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • "Moreover, the Writing Tools in macOS 27 are now powered by Siri AI, allowing users to draft emails and other content, as well as request feedback on specific pieces of text." APPLESLOP !!! or because its Apple, so its Okay 😉
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      503
    2. 2
      PsYcHoKiLLa
      223
    3. 3
      ATLien_0
      89
    4. 4
      +Edouard
      84
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!