Open thr-4 opened 2 months ago
The extract mode in pattern edits can do that.
The extract mode in pattern edits can do that.
Thanks, will it make it possible to split the first line of the notification (format: "Track name • Artist") into 2 fields?
Yes
I am using the Mconnect app to cast music to an UPNP renderer and the way how the app formats the notification is slightly different to other apps.
In the first row of the notification, the app shows "Track name • Artist". In the second row of the notification is shows "Listening on DeviceName". Pano scrobbler assumes the first row is the track name, the second being the artist name, which results in an incorrect scrobble.
Is there a way to configure parsing logic on a per app basis?
Edit: To make this a bit more complicated, the notification format is slighly different when the player outputs to local device (first line: Track name, second line: Artist) vs when it outputs to an UPNP renderer (see above). Ideal behaviour would be detecting if "Listening on" is part of the second line.