[elisa] [Bug 396607] Import all tracks without metadata

2019-09-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=396607

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2019-08-19 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=396607

--- Comment #6 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2019-08-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=396607

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||n...@kde.org
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from Nate Graham  ---
Can you try the latest version of Elisa (or git master, that would be even
better) and see if those commits fixed the problem for you? Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2018-11-25 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=396607

--- Comment #4 from Matthieu Gallien  ---
Git commit fde30aa8c9df54eae1a4cfa04891bd9102fdc160 by Matthieu Gallien.
Committed on 25/11/2018 at 19:26.
Pushed by mgallien into branch 'master'.

improve database performance and reliability

Summary:
let database test addOneTrackWithoutAlbumArtist have a file database

let the numeric unique id starts at 1 instead of 2

let fix warnings from QtCreator in database tests

DatabaseInterface: does not emit track changed signals for newly added

album artist name is directly a foreign key in Albums

should help to ensure greater reliability

lists of authors where not working so let's scrap this

use the unique fields of Albums for foreign key in Tracks

remove TracksArtists Table

no longer store tracks count and single disc states in albums table

reduce overhead from AllTracksModel

reduce overhead of AllAlbumsModel and make it synchronous

do not list files too early from Baloo

keep all files discovered from a source and fix a minor related issue

add a test for DatabaseInterface::askRestoredTracks

add albums and artists cache and improve cache usage

improve management of files not modified since last scan of music files
Related: bug 389136, bug 396840

Test Plan: tests are OK and Elisa application is still working

Reviewers: astippich, januz

Reviewed By: astippich

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D16302


https://commits.kde.org/elisa/fde30aa8c9df54eae1a4cfa04891bd9102fdc160

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2018-11-17 Thread Alexander Stippich
https://bugs.kde.org/show_bug.cgi?id=396607

--- Comment #3 from Alexander Stippich  ---
Git commit 4ace01ef214d1c99b55fdc64392efb7d05faada2 by Alexander Stippich.
Committed on 17/11/2018 at 09:11.
Pushed by astippich into branch 'master'.

add a test for tracks with empty artist tag in database

Summary:
adds a test for tracks with empty artist tag in database, currently failing
Related: bug 389136, bug 393118

Reviewers: mgallien

Reviewed By: mgallien

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D16193

M  +95   -0autotests/databaseinterfacetest.cpp

https://commits.kde.org/elisa/4ace01ef214d1c99b55fdc64392efb7d05faada2

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2018-10-12 Thread Alexander Stippich
https://bugs.kde.org/show_bug.cgi?id=396607

--- Comment #2 from Alexander Stippich  ---
Git commit baaa5386311384dc9dc3b6d221493a9b244fb0ca by Alexander Stippich.
Committed on 12/10/2018 at 18:55.
Pushed by astippich into branch 'master'.

allow metadata of tracks without album and tracknumber in database

Summary:
remove not null constrain for database and change sql query to allow tracks
with more incomplete metadata
Related: bug 389136, bug 393118

Test Plan: tests pass as before, new tests pass as well

Reviewers: mgallien

Reviewed By: mgallien

Tags: #elisa

Differential Revision: https://phabricator.kde.org/D13685

M  +192  -2autotests/databaseinterfacetest.cpp
M  +43   -39   src/databaseinterface.cpp

https://commits.kde.org/elisa/baaa5386311384dc9dc3b6d221493a9b244fb0ca

-- 
You are receiving this mail because:
You are watching all bug changes.

[elisa] [Bug 396607] Import all tracks without metadata

2018-09-05 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=396607

Matthieu Gallien  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Matthieu Gallien  ---
Thanks for your report.

Starting with version 0.2, a file browser has been added. It allows to browse
music not having been indexed.

There is also some work to allow to import files with few or no metadata.

-- 
You are receiving this mail because:
You are watching all bug changes.