I was just thinking, as NowPlaying can not write the Track's name other than the one already playing, that I could do something like this:
I) For Next Track:
If Track is not changed, then it will be empty.
If Track is changed:
1. When the Track is changed - It is changed as 2 Tracks Ahead and Back 1 time.
2. Writing 2nd Track's name to some variable.
3. Referencing it to some meter as String.
If Shuffle is On, and is not jumbled always (Single Shuffle - till the end of the playlist), we can or can not repeat the same steps as above.
If Repeat is On, then it will be empty.
II) For Previous Track:
1. Writing the Current Track to some variable.
2. Referencing it to some meter when the track changes to next.
Would this work? If yes, then how can I implement this? I have not seen anyone do this so far and I'm not tech savvy.
Edit: Just noticed I posted this in Tips & Tricks Section - where defined ones go.. How can I change/shift this topic to General Discussion? Done ✓
I) For Next Track:
If Track is not changed, then it will be empty.
If Track is changed:
1. When the Track is changed - It is changed as 2 Tracks Ahead and Back 1 time.
2. Writing 2nd Track's name to some variable.
3. Referencing it to some meter as String.
If Shuffle is On, and is not jumbled always (Single Shuffle - till the end of the playlist), we can or can not repeat the same steps as above.
If Repeat is On, then it will be empty.
II) For Previous Track:
1. Writing the Current Track to some variable.
2. Referencing it to some meter when the track changes to next.
Would this work? If yes, then how can I implement this? I have not seen anyone do this so far and I'm not tech savvy.
Edit: Just noticed I posted this in Tips & Tricks Section - where defined ones go.. How can I change/shift this topic to General Discussion? Done ✓
Statistics: Posted by Aryx — Today, 9:46 am — Replies 8 — Views 104