From dae4798d48e53e50a32bcd826a43bb5a974ac8d5 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sun, 19 Aug 2012 15:49:39 +0530 Subject: [PATCH] Added TODO --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..f9066c0e --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +############################## +### TODO LIST (18/08/12) ### +############################## + +1. Add ability to fetch a specific extra, rather than pull down the whole category + - This requires extra calls to MB right now, so modify 1st mb artist call to pull down the + whole album list, then only send the desried ones to importer.py +2. Update API with newstyle getExtras function (lacking entirely right now)