Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtrack in tracklist #6

Closed
traponto opened this issue Mar 25, 2018 · 12 comments
Closed

Subtrack in tracklist #6

traponto opened this issue Mar 25, 2018 · 12 comments

Comments

@traponto
Copy link

Is there a way to get subtracks of an 'Index' track?
For example: in Pink Floyd Atom Heart Mother I have the track 'Atom Heart Mother' ('Index' track) with subtracks 1.a / 1.f

Sample.zip

@David-Desmaisons
Copy link
Owner

Is that information provided by dsicogs API?

@traponto
Copy link
Author

referring to the example given above, seems that if the subtracks belong to a 'heading' type track they are extracted correctly. If instead they belong to an 'index' type track, these are not extracted. The release [r2678791] reports the first case and your client reports them correctly, the release [r11464584] reports the second case and in this case they are not extracted.

@traponto
Copy link
Author

Here a json example where you can see a tracklist with 'index' track and the 'sub_tracks' that belong to it

2106643_json.zip

@David-Desmaisons
Copy link
Owner

What is the corresponding query/url?

@traponto
Copy link
Author

@David-Desmaisons
Copy link
Owner

Thanks, I will provide

@David-Desmaisons
Copy link
Owner

Corrected in version 2.1.0

@SyndicateOfSwing
Copy link
Contributor

SyndicateOfSwing commented Mar 28, 2018 via email

@traponto
Copy link
Author

Sorry, I performed a test on last release and now I find the sub_track, but these could have in turn 'extraartists' that are not reported instead; attached a compressed file that includes what is returned from the Discogs site and what is present in your DiscogsRelease class. Furthermore, the 'Text' field may be present in 'Formats'.
Even if off-topic I try to ask if it is possible to make public a method that starting from url (and not from DiscogsImage) can extract the image present in the 'Thumb' field (now I extract it creating an instance of DiscogsImage)

@traponto
Copy link
Author

9093776_json.zip

@David-Desmaisons
Copy link
Owner

  1. extraartists => added in version 2.2.0

  2. DiscogsImage => not currently in my plans

@traponto
Copy link
Author

okay thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants