clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.73k stars 671 forks source link

Support extensionless FILE tag in cue sheets #3366

Open Clementine-Issue-Importer opened 10 years ago

Clementine-Issue-Importer commented 10 years ago

From yuuki.h...@gmail.com on December 18, 2012 11:45:06

What steps will reproduce the problem? 1. Try to play .cue that have no extension in FILE tag What is the expected output? What do you see instead? Content must be played in usual way, but it skips all tracks as it do not finds companion file. What version of the product are you using? On what operating system? 1.1.1 Please provide any additional information below. Example of non-working FILE tag: FILE "Album" MP3

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3365

Clementine-Issue-Importer commented 10 years ago

From davidsansome on December 25, 2012 04:55:12

Is there actually a file called "Album" that really doesn't have an extension and clementine isn't playing it because it doesn't know what type it is, or is the file called "Album.mp3" or something and you want clementine to choose this file instead?

Clementine-Issue-Importer commented 10 years ago

From yuuki.h...@gmail.com on December 25, 2012 09:33:51

There is file named "Album.mp3". I think clementine must detect file extension (when it is not defined) based on file type mentioned in FILE tag.