mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-08 00:18:01 +09:00
documentation and comments
This commit is contained in:
parent
78e1f59804
commit
020433ae74
1 changed files with 2 additions and 2 deletions
|
|
@ -373,8 +373,8 @@ class Track(Record):
|
||||||
|
|
||||||
if "/iPod_Control/Podcasts/" in filename:
|
if "/iPod_Control/Podcasts/" in filename:
|
||||||
self.is_podcast = True
|
self.is_podcast = True
|
||||||
self["dontskip"] = 0
|
self["dontskip"] = 0 # podcasts should not be "not skipped" (re: should be skipped) when shuffling
|
||||||
self["remember"] = 1
|
self["remember"] = 1 # podcasts should remember their last playback position
|
||||||
|
|
||||||
text = os.path.splitext(os.path.basename(filename))[0]
|
text = os.path.splitext(os.path.basename(filename))[0]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue