389390391392393394395396
try { this.iTunesCom.setProperty("SortName", name); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
407408409410411412413414
try { this.iTunesCom.setProperty("SortShow", showName); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
4849505152535455
try { this.iTunesCom.callProcedure("Delete"); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
101102103104105106107108109
try { this.iTunesCom.setProperty("Album", album); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
120121122123124125126127
try { this.iTunesCom.setProperty("Artist", artist); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
5657585960616263
try { this.iTunesCom.setProperty("Category", category); } 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 TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
9293949596979899
try { this.iTunesCom.setProperty("LongDescription", longDescription); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
110111112113114115116117
try { this.iTunesCom.setProperty("AlbumRating", albumRating); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); }catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }