craig.p.drummond
5683f7939b
Use NetworkJob to automatically, and consistently, handle re-directs
2013-09-18 18:11:49 +00:00
craig.p.drummond
458fd449a0
Save cache if toggle grouping
2013-08-22 18:20:53 +00:00
craig.p.drummond
44bf560240
Windows build fixes
2013-08-12 21:03:21 +00:00
craig.p.drummond
e13b45259d
Fix function X is hidden by Y in KDE builds
2013-07-18 14:53:39 +00:00
craig.p.drummond
2ab48f4b37
Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel
2013-07-17 18:16:50 +00:00
craig.p.drummond
cc9daa1bf8
Spelling...
2013-06-03 18:15:11 +00:00
craig.p.drummond
8f11715af3
isDevice/isService are not actually used!
2013-06-03 18:14:54 +00:00
craig.p.drummond
ef282bdf42
If Cantata is passed cdda:// then it will load, and start to play, the current AudioCD.
...
BUG: 224
2013-06-01 08:48:13 +00:00
craig.p.drummond
0e683ca706
When AudioCD is ejected, remove tracks from playqueue.
...
BUG: 226
2013-05-31 19:31:32 +00:00
craig.p.drummond
1b0b52130e
Hack around issues with QObject, multiple inheritance, and static_cast of void pointer.
...
Moc requires QObject to be the fist when using multiple inheriteance, but the model uses void pointers and we want to cast up/down the music heirarchy.
Therefore, when MOC is run use QOvject as the first item. But when actually compiled use MusicLibraryItemRoot
2013-03-30 10:27:08 +00:00
craig.p.drummond
804344f9e8
Formatting
2013-03-22 21:17:54 +00:00
craig.p.drummond
b58d6316a9
Cleanup
2013-03-19 19:27:45 +00:00
craig.p.drummond
661e9e825a
Reduce memory usage - by having only Device/OnlineService derive from QObject, as opposed to every artist/album/song!
2013-03-12 17:04:54 +00:00
craig.p.drummond
ce489a9afb
Intial attempt at audio-cd playback support. DOES NOT WORK!
2013-03-11 19:50:27 +00:00
craig.p.drummond
a99cb421c4
Show codec details in action dialog
2013-03-08 21:04:42 +00:00
craig.p.drummond
9889170f37
Initial support for AudioCDs
...
TODO: Editing of track details, covers, testing, etc...
2013-03-06 17:24:33 +00:00
craig.p.drummond
a6c477a910
More errors...
2013-02-27 19:44:12 +00:00
craig.p.drummond
eb10459b68
Reduce duplicate strings in device names
2013-02-25 18:56:21 +00:00
craig.p.drummond
67825118ff
By default, emit cacheSaved after enter event loop.
2013-02-24 15:07:53 +00:00
craig.p.drummond
906b0ed949
Indicate if service is availabl or not
2013-02-18 18:13:38 +00:00
craig.p.drummond
2f119c390d
After updatnig device, need to wait for 'cacheSaved' signal from device
2013-02-17 19:44:26 +00:00
craig.p.drummond
1f85125096
Some windows build fixes
2013-02-08 18:01:36 +00:00
craig.p.drummond
fe42cf9399
More error messages
2013-02-01 18:05:56 +00:00
craig.p.drummond
a2cad3d269
Better thread termination
2013-01-30 19:16:03 +00:00
craig.p.drummond
09374f37a4
Remove Qt module prefix from includes - will make Qt5 port a little easier!
2013-01-28 19:33:42 +00:00
craig.p.drummond
6fb2b70f06
Artist and album images for online services
2013-01-21 19:45:30 +00:00
craig.p.drummond
476d132466
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
c86ef5e44d
Add option to embed covers when copying songs to devices. (ID3v2, mp4, vorbis comment tag types only)
2012-12-10 19:56:16 +00:00
craig.p.drummond
32d79b5867
When copying covers to device, only try this once - not for each song...
2012-12-03 20:39:32 +00:00
craig.p.drummond
ca96ddc8c9
- Fix memleak when copying items to/from devices.
...
- When creating temp files, ensure these are in /tmp!
- If applying various artist workaround for a remote device, apply the workaround to a local temp file, and send this.
2012-12-03 20:02:02 +00:00
craig.p.drummond
f687a702d6
Get covers from devices
2012-11-08 19:26:07 +00:00
craig.p.drummond
dc13a84d33
Correct signal
2012-11-07 19:41:58 +00:00
craig.p.drummond
ef551186e4
Apply some cppcheck and scan-build suggestions...
...
BUG:129
2012-11-05 20:41:30 +00:00
craig.p.drummond
456ad135fc
- Remove MediaDeviceCache - as was not really being used as a cache.
...
- Move Solid device code into DevicesModel
- When list of mount-points changes, rescan devices. /Might/ help with BUG:127
2012-11-05 20:08:10 +00:00
craig.p.drummond
e8ff4df665
Add connect/disconnect functionality for UMS devices.
2012-11-03 22:33:55 +00:00
craig.p.drummond@gmail.com
16bf3be03c
Check solidDev is valid before accessing
2012-10-31 12:08:44 +00:00
craig.p.drummond
b10ff6582a
Fix windows build
2012-10-24 18:20:46 +00:00
craig.p.drummond
c844635293
- Move clear() into RemoteFsDevice, as only used by this class
...
- Set audioFolder in cacheFileName() if it is not already set
- Listen for changes to mtab, and load list of songs if connected and none already loaded. Likewise, clear list if not connected.
2012-10-09 19:46:36 +00:00
craig.p.drummond
09fb8a2265
When a mont point is removed, clear the music list.
2012-10-09 19:10:34 +00:00
craig.p.drummond@gmail.com
70b6f5d550
Move most of Utils into support lib
2012-10-08 11:22:54 +00:00
craig.p.drummond
187636898e
Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included.
2012-09-17 18:39:01 +00:00
craig.p.drummond@gmail.com
ef4c4a2b68
Store flag to indicate if device support album-artist tag.
2012-08-24 12:01:27 +00:00
craig.p.drummond@gmail.com
2fdbb5030c
If not changing artist/albumartist/album of a track in tag editor, then just update track if possible - as opposed to removing and adding to list (which causes a complete refresh of list)
2012-08-23 17:49:32 +00:00
craig.p.drummond
57850699bd
Remove KIO device support - it never worked, was slow, and not useable in its current state.
2012-06-27 17:18:58 +00:00
craig.p.drummond
17a2efc29f
Add Track Organizer dialog to Qt-only build.
2012-05-31 19:48:31 +00:00
craig.p.drummond@gmail.com
4cb460f41b
Add support for using KIO to access music collections. This is currently disabled as it is VERY slow. For example, accessing my android phone (via wifi) with 17 albums took ~60 seconds with webdav, and only ~10 when using sshfs!!!!
2012-05-03 20:07:28 +00:00
craig.p.drummond@gmail.com
a97a098ed6
Re-arrange some minor details...
2012-05-02 19:29:38 +00:00
craig.p.drummond@gmail.com
d95b7170f2
When updating a non-MTP device, prompt the user as to whether to perform a parial scan (only new songs are scanned), or a full scan (where all songs are rescanned).
2012-05-02 11:22:14 +00:00
craig.p.drummond@gmail.com
534e580482
Add option for UMS devices to autoscan, or not, when detected - default is
...
set to not autoscan.
2012-04-23 19:37:47 +00:00
craig
3b07a1897b
OK, need musiclibrayitem to inherit of QObject, just having Device inherit seems to produce crashes :-(
2012-04-02 18:03:00 +00:00