Bart Kleijngeld
Bart Kleijngeld
As I would love this feature, can somebody please give a status update on whether and when it might get implemented? Thanks!
That's a shame, thanks for the update and all previous hard work! On Tue, May 17, 2016 at 10:25 PM, Arnaud Barisain-Monrose < [email protected]> wrote: > Hi, > Mpdroid's development...
Nice initiative to lower the bar for many :+1: A quick view at your code raises the following question though: does your script support other audio files than MP3s?
I think you are mistaken. Mutagen offers an API for ID3 metadata handling, but for other standards also. FLAC files for instance usually use Vorbis tags. Or I am harshly...
Yeah, I like your initiatieve :). Currently I have little time but I might want to look into it one day.
I would love this functionality too. I actually missed this issue when creating my own one, which is probably a duplicate, but I'll leave that up to the maintainer(s): #157
Thanks for writing this issue, Nico. A few notes: 1. I'm not sure I'm following this one. By "date annotation" do you mean the entire `SPDX-FileCopyrightText` header? Stripping these here...
Related issue it seems: #534
That sounds like a better data representation indeed! I can see how that can make things more robust and flexible. I'm not sure I follow how that would lead to...
I am aware of these differences between `timeout` and `implicit_wait`, but I'm surprised about the implementation of the keyword: ```python # ... lambda: self.find_element(locator, required=False) is None, # ... ```...