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

    • Here is how to watch Apple's WWDC 2026 conference where iOS 27 is expected by Taras Buria It is Monday, June 8, 2026, which means today is the day Apple kicks off its annual Worldwide Developer Conference, WWDC 2026. As usual, today's keynote will be full of consumer and developer-focused announcements, including new versions of Apple's operating systems, developer tools, and more. Apple streams its developer conferences, allowing everyone to tune in and watch the announcements live. Today is no exception, so here is how you can watch it. Apple WWDC 2026 will be available to watch on Apple's official website here. Also, you can stream it on YouTube and the Apple TV app on your Apple device. The stream kicks off at 10 AM PDT / 1 PM EDT / 6 PM GMT+1. Apple's annual developer conference usually focuses on new software experiences, so do not expect major hardware announcements. What is expected is the "27" series of Apple's operating systems, including iOS, iPadOS, watchOS, tvOS, visionOS, and macOS. Apple is unlikely to introduce major UI changes, but you can expect subtle tweaks to the Liquid Glass design language, particularly on Mac. One of the biggest changes Apple plans to announce today is a reworked, AI-powered Siri. The assistant will be available as a standalone app with a chatbot-like experience and Google's AI models under the hood. If you want to learn more about what is expected today at WWDC 2026, check out our dedicated article here. However, if you prefer a spoiler-free stream, tune in at 10 AM PDT / 1 PM EDT on Apple's official website, its YouTube channel, or the Apple TV app.
    • For we consumer readers, it would be helpful if you clearly stated in the headline if the article is about consumer or enterprise. Then readers will know if the article applies to them or not. 2 cents.
    • At the moment I have my main PC and a test PC on my work desk. The test PC is also not inverted so I am not looking at the glass panel side, which is irritating.
    • I'm glad you posted this clarification of the cause of so-called Windows 11 update problems that too often appear in the article headlines.. In the future, it would be better to readers if you took your time, did the analysis before posting an article about Windows problems, which end up being a waste of time. Just saying.
    • Nah. They'll milk the current generation in terms of design - controllers, consoles, but no meaningful hardware improvements. This is one reason why people aren't buying Xbox hardware - it's stagnant.
  • Recent Achievements

    • 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
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Steven P.
      72
    4. 4
      ATLien_0
      68
    5. 5
      neufuse
      67
  • Tell a friend

    Love Neowin? Tell a friend!