Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Babydoll32

Pages: 1 2 34 5 ... 10
31
Portable Devices / Re: Wifi android device synching
« on: September 18, 2019, 02:59:51 PM »
The number is 1000 x too large ie. it appears to be milliseconds rather than seconds. I suggest you check with the GoneMad developer if he has changed anything intentionally

Hi Steven.
Did it and get this answer by GoneMad dev.

Quote
That date is the equivalent to 0 in "computer time" which is the default value in gmmp for songs not ever played. Musicbee should be ignoring 0s for last played when syncing

edit: looking further, when updating the last played time its using the current time

values.put(DBConstants.TRACK_LAST_PLAYED, new Date().getTime());
The other call that updates the field in the database wont update it back to 0 either:

if (lastPlayed != 0)
    values.put(DBConstants.TRACK_LAST_PLAYED, lastPlayed);
So the only way it could be 0 in the database would be if was never played. I dont speak what appears to be german, so i dont know all the fields in that screenshot.. but im guessing the column with all the 1s is playcount? I guess theoretically the playcount could have been synced back to gmmp with a 0 last played, so the restore updated the playcount but not the last played.

If you can find a way to reproduce this i can certainly look into it more

32
Portable Devices / Re: Wifi android device synching
« on: September 18, 2019, 08:02:41 AM »
My GoneMad is working fine. Which version are you using?

Mine works also fine, but from time to time, some songs have wrong last played date.
I'm using GoneMad 2.2.21.

33
Portable Devices / Re: Wifi android device synching
« on: September 17, 2019, 01:16:45 PM »
Got another one with wrong date. Played today.
https://i.ibb.co/3rxVQcp/002.jpg

That is the date that computer chip clocks start from when calculating the current date and time.
Can't see it being an issue with MB as it must get that info from your PC's system clock...


Thanks for answer. Any Idea how to fix it?

34
Portable Devices / Re: Wifi android device synching
« on: September 17, 2019, 12:15:14 PM »
Got another one with wrong date. Played today.

35
Portable Devices / Re: Wifi android device synching
« on: September 14, 2019, 10:58:21 AM »
Hi Steven,
I got a little issue. Not a big thing, but maybe interesting. Yesterday or day before, I don't know exactly, I listened to a song. After syncing, last played shows year 1972. But I don't believe that I listened in 1972  ;D It's the second time, that this happened. Happened a few weeks before with another song. Stats.xml shows <LastPlayed>1568399940373</LastPlayed>.


36
Plugins / Re: MusicBee Remote (Remote Control for Android)
« on: August 24, 2019, 11:20:28 AM »
Thanks first for remote app. It works fine so far. But got one problem, when I select a genre, I get no results :/

37
Portable Devices / Re: Wifi android device synching
« on: August 24, 2019, 10:59:26 AM »
Hi, Steven. I don't want to annoy you, but anything new bout syncing with GoneMad 3 and skip count?

38
Questions / Re: Missing songs in chronicle
« on: August 22, 2019, 07:51:10 AM »
if you are referring to the "History" tab, then no, that only records tracks played directly in musicbee

Hi Steven,
it's curious, but songs I played definitely with my phone appear in "History tab". But not all by the way  :o

39
Questions / Re: Playlist dropdown
« on: August 10, 2019, 10:33:35 PM »
Thanks a lot guys. And especially to Steven for implementing so much great functions!

40
Questions / Playlist dropdown
« on: August 10, 2019, 09:23:30 AM »
Hi everyone.
Is it possible, create a dropdown or something, to show which playlist contains selected track and maybe disselect from playlist? I know, playlist column shows, but If a track appears in many playlists, it's getting confused.

41
Questions / Re: How sort playlist
« on: August 03, 2019, 09:21:42 AM »
I think this might do what you want without using tags, because you can hold Ctrl when clicking on a column header to sort by multiple columns.

Tested now with a few playlists and it's exactly how I wanted. I don't have much time to spend, find out all great features Steven implemented. So thanks a lot for help!

42
Questions / Re: How sort playlist
« on: August 02, 2019, 04:16:09 AM »
I think this might do what you want without using tags, because you can hold Ctrl when clicking on a column header to sort by multiple columns.

In Tracks view with the Last Played and Date Added columns displayed:

1. Click the Last Played heading to show tracks that have never been played first.
2. Hold down Ctrl and click the Date Added heading to then show newer tracks first.

Last Played will show as Unknown if a track has never been played.

Newer tracks that haven't been played will be at the top of the list, and among those, tracks that were added longer ago are displayed first.

Quote
In Mediamonkey it's working flawless. It lists recently added as first and then it sorts the other songs by Last played.
I've flipped it around to sort on the last played date first. Otherwise, a newer track that has been played will show above an older track that hasn't, and I think that goes against what you want.

Tested yet and it seems, that's exactly what I wanted. Thanks a lot! But also thanks to all other members for help!

43
Questions / Re: Missing songs in chronicle
« on: July 30, 2019, 07:52:29 PM »
if you are referring to the "History" tab, then no, that only records tracks played directly in musicbee

Yes I mean history. Have installed german version. Now I'm wiser. Thought it was a sync error. Thanks Steven!

44
Questions / Re: How sort playlist
« on: July 30, 2019, 07:49:10 PM »
Sorry, I've had a very distracting week. But this virtual tag works for me to sort it the way you describe:

Code
$If(<Play Count>=0,0000-00-00,$Date(<Last Played>,yyyy-MM-dd))

Does nearly exactly what I want. Thanks a lot! Just sorting by new added didn't work right. But I can live with it.

45
Questions / Re: How sort playlist
« on: July 30, 2019, 07:14:59 PM »
What you need to do is set up a custom sort order. Go to your playlist and right click on the header bar above the tracks. Hover over Sort By and click on Define Custom Sorting. Click on the first custom sort slot and it will bring up sort options. Don't forget to click Save so you don't lose your work. From there, you can resort your tracks to your preferred order at any time.

Not exactly what I want, but I now know much more of sorting. Thanks ;)

Pages: 1 2 34 5 ... 10