diff --git a/album_art.gif b/album_art.gif index e7d0f11..c5abeb3 100644 Binary files a/album_art.gif and b/album_art.gif differ diff --git a/album_art.jpg b/album_art.jpg index aadbf65..e2d7109 100644 Binary files a/album_art.jpg and b/album_art.jpg differ diff --git a/get_oorp.py b/get_oorp.py index c51a215..0683691 100755 --- a/get_oorp.py +++ b/get_oorp.py @@ -67,6 +67,10 @@ class RPViewer(Tk): self.textbox.delete("1.0", "end") self.textbox.insert("1.0", self.rp.get_fmt_list()) self.textbox.config(state=DISABLED) + self.rp.store_albumcover() + self.img = PhotoImage(file="album_art.gif", format='gif') + self.image_lbl.configure(image=self.img) + self.image_lbl.image=self.img def main():