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); } }
193194195196197198199200
try { this.iTunesCom.setProperty("AlbumArtist", albumArtist); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
211212213214215216217218
try { this.iTunesCom.setProperty("Show", showName); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
229230231232233234235236
try { this.iTunesCom.setProperty("SeasonNumber", seasonNumber); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
247248249250251252253254
try { this.iTunesCom.setProperty("EpisodeID", episodeID); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
265266267268269270271272
try { this.iTunesCom.setProperty("EpisodeNumber", episodeNumber); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
299300301302303304305306
try { this.iTunesCom.setProperty("Unplayed", shouldBeUnplayed); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }