flight16

Results 7 comments of flight16

That would be great. It would also be interesting if mp3fs supported writing to the playlists with the reverse translation.

I could really use this feature so I've started work on it. Current syntax is: jrnl all -from yesterday With planned syntax to support jrnl work,play -from yesterday It groups...

I'm also getting this. The only solution for me was to remove "filetype plugin indent on" from vimrc. : ( This is really, really annoying. I have stayed away from...

As a work-around to only disable plugin indents with markdown, I added the following to my .vimrc: ``` autocmd BufNewFile,BufRead *.md filetype plugin indent off ``` With the number of...

> > > Even when talking about iTunes I don't really see the point. Why would you want to constantly translate between different formats in different players? Sounds like a...

I agree. It's important to return None instead of now, otherwise there is no way to check for errors. It also makes it way too easy to introduce bugs.

Possibly a related bug? #133