git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Finished the plugin using my runScriptAndReturnResult method.
[MenuTunes.git]
/
ITMTRemote.m
diff --git
a/ITMTRemote.m
b/ITMTRemote.m
index
f232224
..
780ce4c
100755
(executable)
--- a/
ITMTRemote.m
+++ b/
ITMTRemote.m
@@
-33,17
+33,17
@@
return NO;
}
return NO;
}
-- (
NSArray *)source
s
+- (
int)numberOfPlaylist
s
{
{
- return
nil
;
+ return
0
;
}
}
-- (int)
currentSourceI
ndex
+- (int)
numberOfSongsInPlaylistAtIndex:(int)i
ndex
{
{
- return
nil
;
+ return
0
;
}
}
-- (NS
Array *)playlistsForCurrentSource
+- (NS
String *)classOfPlaylistAtIndex:(int)index
{
return nil;
}
{
return nil;
}
@@
-53,7
+53,7
@@
return nil;
}
return nil;
}
-- (NSString *)songTitleAtIndex
+- (NSString *)songTitleAtIndex
:(int)index
{
return nil;
}
{
return nil;
}
@@
-118,21
+118,6
@@
return NO;
}
return NO;
}
-- (BOOL)goToNextPlaylist
-{
- return NO;
-}
-
-- (BOOL)goToPreviousPlaylist
-{
- return NO;
-}
-
-- (BOOL)switchToSourceAtIndex:(int)index
-{
- return NO;
-}
-
- (BOOL)switchToPlaylistAtIndex:(int)index
{
return NO;
- (BOOL)switchToPlaylistAtIndex:(int)index
{
return NO;