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

    • "and pull old flight details from your email during back-and-forth conversations" The Siri I've become to know and trust. I've always wanted to pull info on old flights. /s
    • Apple unveils Siri AI, a "reimagined" version of SIri by David Uzondu Image via Apple Today, at the opening keynote of Apple's annual World Wide Developers Conference (WWDC), the company announced Siri AI, a "reimagined version" of its voice assistant that runs on Apple Intelligence. Siri AI helps you do things like draft messages, edit photos, and pull old flight details from your email during back-and-forth conversations. You can access Siri AI through several methods, depending on the device. While "Hey Siri" remains active, iPhone users can also press the side button, swipe down from the Dynamic Island, or use a system-wide context menu on Mac to analyze on-screen text. Image via Apple If you ever need to go back and check previous interactions, you can open the dedicated Siri app to view your entire conversation history. This application privately syncs your data using iCloud, leveraging local Foundational Models alongside Apple's secure Private Cloud Compute servers to keep user data inaccessible to outsiders. On the iPhone, Apple built the assistant into the Camera app, bringing Visual Intelligence to help you split bills or count calories. This feature also expands to the iPad and Mac, letting users use screenshots or shortcuts to analyze images, while Apple Vision Pro users can ask questions about objects in their physical room. Other things to know about Siri AI include systemwide dictation that automatically handles punctuation and formatting, customizable voice speeds, and a spatial 3D interface built for Apple Vision Pro. Apple also added Smart Stack suggestions on the Apple Watch to help you continue recent conversations directly from your wrist. The road to Siri AI was quite bumpy for Apple, which initially promised these capabilities at WWDC 2024 when the Cupertino tech giant debuted Apple Intelligence. Apple later turned to Google, signing a $1 billion annual deal to use Gemini models instead of relying solely on its own in-house systems. However, this deal came only after consumers sued Apple because features Apple promised "did not exist at the time, do not exist now, and will not exist for two or more years." Siri AI is available for developer testing on iOS 27, iPadOS 27, macOS 27, and visionOS 27.
    • Real shame the 16 GB versions are crazy more expensive than this.
    • Making me care less about LibreOffice with every tantrum they throw.
    • And within the EU all this Siri AI stuff will probably work around 2030 and the IPhone 25 🤣
  • 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
      520
    2. 2
      PsYcHoKiLLa
      239
    3. 3
      ATLien_0
      85
    4. 4
      +Edouard
      81
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!