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

    • No, "a great deal" for 32GB of DDR5 is $50, not $350. I mean I see what you mean, that it's a decent price compared to what's currently available, but you really should put a disclaimer in this articles explaining that it's still multiple times more expensive than it used to be.
    • Linux 7.1 stable launch looms as Linus Torvalds releases the final release candidate by Paul Hill Linus Torvalds has just released what’s expected to be the final release candidate of Linux 7.1, rc7. The Linux founder said that this RC is not small, but smaller than recent releases, which is a good sign because he expects the stable version to drop next week if things continue on this trajectory. Linux kernels see a merge window for the first two weeks of their life, where developers add new features, then there are about seven or eight weeks of release candidates before the stable version. Typically, there are seven release candidates, but if more time is needed, then an eighth release candidate is released too. This week’s RC’s biggest area of fixes was for GPUs, with networking just behind. Torvalds said that the rest of the release was “pretty random and spread out” with some architecture fixes, driver fixes, filesystem improvements, and build fixes for more unusual configs. In terms of specific pieces of hardware receiving improvements in this update, we had more AMD Zen6 models supported and fixes for AMD SDMA 7.1 and GFX11. Hardware that got improvements includes Lenovo laptops, HONOR laptops, and MSI laptops. Here are the changelogs for those: ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 15ASH11 Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk table ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF When the stable Linux 7.1 is released, it will be up to distribution maintainers, such as Canonical and Red Hat, to release the update to their users via the update manager. Some versions of Linux will get it before others, and some will never get it at all. Fedora and Arch-based distros will be among the first to get it, though. If you don’t get it, the security fixes will be backported to your system’s kernel, so you won’t be at risk, but you won’t get newer hardware support, which is fine if your computer works now.
    • Ideally, the algorithm is smart enough to see the real sender ID and non-spoofed address to block it. Ideally.
  • 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
      249
    3. 3
      Steven P.
      71
    4. 4
      ATLien_0
      68
    5. 5
      +Edouard
      68
  • Tell a friend

    Love Neowin? Tell a friend!