3839404142434445
try { this.iTunesCom.setProperty("URL", url); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
7475767778798081
try { this.iTunesCom.setProperty("Description", description); } catch (ITUNES_E_OBJECTDELETED e) { throw new ArtworkDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e){ throw new TrackLockedException(null); } }
4748495051525354
try { this.iTunesCom.setProperty("RememberBookmark", shouldRememberBookmark); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
6667686970717273
try { this.iTunesCom.setProperty("ExcludeFromShuffle", shouldExcludeFromShuffle); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
8485868788899091
try { this.iTunesCom.setProperty("Lyrics", lyrics); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
102103104105106107108109
try { this.iTunesCom.setProperty("BookmarkTime", bookmarkTime); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
120121122123124125126127
try { this.iTunesCom.setProperty("VideoKind", videoKind.getValue()); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
138139140141142143144145
try { this.iTunesCom.setProperty("SkippedCount", skippedCount); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
156157158159160161162163
try { this.iTunesCom.setProperty("SkippedDate", skippedDate); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
175176177178179180181182
try { this.iTunesCom.setProperty("PartOfGaplessAlbum", shouldBePartOfGaplessAlbum); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }