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 - ucynml

Pages: 1
1
Portable Devices / Re: Import GoneMAD stats.xml into MusicBee
« on: August 01, 2021, 04:50:04 PM »
I think SAF can be used to find and read stats.xml on Android 11.
The app needs to ask an user to specify the file location, but it can get file access except for some directories, such as root directory and download directory.
https://developer.android.com/guide/topics/providers/document-provider
https://medium.com/swlh/sample-for-android-storage-access-framework-aka-scoped-storage-for-basic-use-cases-3ee4fee404fc

2
Portable Devices / Re: Wifi android device synching
« on: March 14, 2021, 03:49:03 PM »
I recently started using musicbee wifi sync. It does a great work for transferring songs from MB. But reverse syncing of playcounts and ratings doesn't seem to work. I've tried it on two devices, Android 8 and Android 10, so the problem isn't an OS-dependent issue. These are error logs. Any help appreciated.

Code
2021-03-14: SOV33;  8.0.0;  2.1
21:35:21: startSync: preview=true,iteration=0
21:35:21: command: action=SYNC_START
21:35:21: tryStart: connecting /192.168.0.7, attempt=0
21:35:21: tryStart: connected
21:35:21: tryStart: hello=true,fromMB=false,custfiles=false,preview=true,dev=SOV33,2
21:35:21: storage: path=/storage/0123-4567,root=0123-4567:,uri=content://com.android.externalstorage.documents/tree/0123-4567%3A
21:35:21: syncDevice: root=/storage/0123-4567,ignoreErrors=false,playlists=false,ratings=true,playcount=false
21:35:21: syncDevice: command=SendStats
21:35:21: sendStats: Unable to retrieve stats for player: 1
21:35:21: syncDevice: command=GetFiles
21:35:21: getFiles: Get: Music/,url=/storage/0123-4567/Music/, inc=true
21:35:21: getFiles: count=542
21:35:21: syncDevice: command=GetFiles
21:35:21: getFiles: Get: Music/Podcasts/,url=/storage/0123-4567/Music/Podcasts/, inc=true
21:35:21: getFiles: count=0
21:35:21: syncDevice: command=ShowPreviewResults
21:35:21: syncDevice: exit

Code
2021-03-14: SOV43;  10;  2.0.0
23:15:27: startSync: preview=true,iteration=0
23:15:27: command: action=SYNC_START
23:15:27: tryStart: connecting /192.168.0.7, attempt=0
23:15:28: tryStart: connected
23:15:28: tryStart: hello=true,fromMB=false,custfiles=false,preview=true,dev=SOV43,2
23:15:28: storage: path=/storage/6665-3663,root=6665-3663:,uri=content://com.android.externalstorage.documents/tree/6665-3663%3A
23:15:28: syncDevice: root=/storage/6665-3663,ignoreErrors=false,playlists=false,ratings=true,playcount=false
23:15:28: syncDevice: command=SendStats
23:15:38: sendStats: Unable to retrieve stats for player: 1
23:15:38: syncDevice: command=GetFiles
23:15:38: getFiles: Get: Music/,url=/storage/6665-3663/Music/, inc=true
23:15:38: getFiles: count=1817
23:15:38: syncDevice: command=GetFiles
23:15:38: getFiles: Get: Music/Podcasts/,url=/storage/6665-3663/Music/Podcasts/, inc=true
23:15:38: getFiles: count=0
23:15:38: syncDevice: command=ShowPreviewResults
23:15:38: syncDevice: exit



I have the unlocked version of GoneMad and stats.xml is generated(/storage/emulated/0/gmmp/stats.xml). I think musicbee wifi sync can't find it on certain devices. How about allowing users to specify a statistics file using the file picker?

3
Portable Devices / Re: Syncing to the device failed
« on: July 07, 2019, 10:46:58 AM »
Thank you for your reply.
I tried the patch, but the issue was not solved.
Synchronization stops after all.

4
Portable Devices / Syncing to the device failed
« on: July 07, 2019, 08:44:28 AM »
Hello.

Syncing playlists doesn't finish in version 3.3.7115.
Synchronization always fails on the way, but I can't reproduce where it stops.

Copy Failed - Library, drive or media pool is empty. (Exception from HRESULT 0x800710D2)

MusicBee 3.3.7115
Deivice: SOV36 (Xperia XZ1)




5
Questions / Filters about inconsistent sort tags
« on: December 06, 2017, 06:08:39 PM »
Hello.
I have a question on using sort tags.

I have written sort tags to all files since I was using itunes.
When MusicBee finds a sort tag, it is written in sort database (custom sort values for individual artists, composers and albums), but it isn't written if sort it is the same value as the original tag.
So when extracting files by filters about inconsistent sort tags (Tools >> Tagging Tools >> Other 'Files to Edit' Filters >> Show Files with Inconsistent Sort Tags), it extracts a large number of files whose artist tag has the same value as sort artist tag.

e.g.
1.
Artist = AAAA
Sort Artist = BBBB
written in custom sort values
 -> OK

2.
Artist = AAAA
Sort Artist = 'empty' (AAAA with gray letters)
not written in custom sort values
 -> not extracted as inconsistent

3.
Artist = AAAA
Sort Artist = AAAA
not written in custom sort values
 -> extracted as inconsistent



I think 3rd example is unnatural and have too many such files.
How should I do to exclude them when extracting inconsistent files.
Or could you change the specifications?

6
MusicBee API / Re: MusicBee API
« on: November 26, 2017, 11:35:58 AM »
OK. Thanks!

7
MusicBee API / Re: MusicBee API
« on: November 24, 2017, 06:48:40 PM »
Hello. I can't find the API for v3.1.
Can I use the API to set sort tags?

8
Bug Reports / Goto Playing Track at Source
« on: April 28, 2017, 07:43:01 PM »
"Goto Playing Track at Source" doesn't work well from 3.1.6275.

Playing track remains hidden outside the main panel (album and tracks layout) if playing track is on the bottom of the list.

Playing track is selected but The list doesn't scroll to the correct position.

When I double click on the title on the player control, the same bug occurs.

9
MusicBee API / Re: RetrieveLyrics
« on: August 30, 2015, 02:20:07 PM »
Thanks Steven
my plugin should work properly.
albumArtist = mbApiInterface.NowPlaying_GetFileTag(MetaDataType.AlbumArtist);

10
MusicBee API / RetrieveLyrics
« on: August 30, 2015, 08:13:36 AM »
Hi

I want to use TrackTitle, Artist and AlbumArtist to retrieve lyrics.

public string RetrieveLyrics(string sourceFileUrl, string artist, string trackTitle, string album, bool synchronisedPreferred, string provider)

RetrieveLyrics doesn't support AlbumArtist and I tried to get AlbumArtist from sourceFileUrl.
But sourceFileUrl always returns null.

Any help appreciated

11
MusicBee Wishlist / Sort Setting
« on: February 01, 2015, 10:16:59 AM »
I have used sort tags(Artist Sort-Order, Album Artist Sort-Order, Album Sort-Order, Title Sort-Order, Composer Sort-Order) in iTunes. I'd like to sort by sort tags against displayed real name.

Custom sorting sets are very useful, but sorting by such tags requires few steps. It'll be more convenient to refer available sort tags when clicking column title.
How about having a setting in preferences about whether to use sort tags or not?

Pages: 1