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); } }
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); } }
146147148149150151152153
try { this.iTunesCom.setProperty("BPM", beatsPerMinute); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
164165166167168169170171
try { this.iTunesCom.setProperty("Comment", comment); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }
182183184185186187188189
try { this.iTunesCom.setProperty("Compilation", isCompilation); } catch (ITUNES_E_OBJECTDELETED e) { throw new TrackDeletedException(this); } catch (ITUNES_E_OBJECTLOCKED e) { throw new TrackLockedException(this); } }