Changeset 549
- Timestamp:
- 05/26/08 18:22:24 (7 months ago)
- Files:
-
- branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.m (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireBasicDirectoryFunctions.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireDirectory.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireFile.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.m (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.h (modified) (1 diff)
- branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.h
r541 r549 1 // 2 // CoreDataSupportFunctions.h 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 5/3/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * CoreDataSupportFunctions.h 3 * Sapphire 4 * 5 * Created by Graham Booker on May 3, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 NSArray *doFetchRequest(NSString *entityName, NSManagedObjectContext *context, NSPredicate *predicate); branches/CoreData/SapphireFrappliance/MetaData/Support/CoreDataSupportFunctions.m
r541 r549 1 // 2 // CoreDataSupportFunctions.m 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 5/3/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireBasicDirectoryFunctions.m 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "CoreDataSupportFunctions.h" branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireBasicDirectoryFunctions.h
r541 r549 1 1 /* 2 * SapphireBasicDirectoryFunctions.h3 * SapphireTiger2 * SapphireBasicDirectoryFunctions.h 3 * Sapphire 4 4 * 5 * Created by Graham Booker on 4/9/08. 6 * Copyright 2008 __MyCompanyName__. All rights reserved. 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 7 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 8 19 */ 9 20 branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireDirectory.h
r541 r549 1 1 /* 2 * SapphireDirectory.h3 * SapphireTiger2 * SapphireDirectory.h 3 * Sapphire 4 4 * 5 * Created by Graham Booker on 4/9/08. 6 * Copyright 2008 __MyCompanyName__. All rights reserved. 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 7 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 8 19 */ 9 20 branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireFile.h
r541 r549 1 1 /* 2 * SapphireFile.h3 * Sapphire2 * SapphireFile.h 3 * Sapphire 4 4 * 5 * Created by Graham Booker on 5/24/08. 6 * Copyright 2008 __MyCompanyName__. All rights reserved. 5 * Created by Graham Booker on May 24, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 7 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 8 19 */ 9 20 branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.h
r544 r549 1 // 2 // SapphireMetaDataSupport.h 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/16/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMetaDataSupport.h 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 16, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 NSString *searchCoverArtExtForPath(NSString *path); branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMetaDataSupport.m
r544 r549 1 // 2 // SapphireMetaDataSupport.m 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/16/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMetaDataSupport.m 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 16, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "SapphireMetaDataSupport.h" branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.h
r541 r549 1 // 2 // SapphireMovieCategories.h 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/9/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMovieCategories.h 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "SapphireDirectory.h" branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireMovieCategories.m
r541 r549 1 // 2 // SapphireMovieCategories.m 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/9/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMovieCategories.m 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "SapphireMovieCategories.h" branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.h
r541 r549 1 // 2 // SapphireMovieCategoryDirectory.h 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/9/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMovieCategoryDirectory.h 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "SapphireDirectory.h" branches/CoreData/SapphireFrappliance/MetaData/Support/SapphireObjectDirectory.m
r541 r549 1 // 2 // SapphireMovieCategoryDirectory.m 3 // SapphireTiger 4 // 5 // Created by Graham Booker on 4/9/08. 6 // Copyright 2008 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SapphireMovieCategoryDirectory.m 3 * Sapphire 4 * 5 * Created by Graham Booker on Apr. 9, 2008. 6 * Copyright 2008 Sapphire Development Team and/or www.nanopi.net 7 * All rights reserved. 8 * 9 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 10 * General Public License as published by the Free Software Foundation; either version 3 of the License, 11 * or (at your option) any later version. 12 * 13 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 14 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General 15 * Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License along with this program; if not, 18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 8 20 9 21 #import "SapphireObjectDirectory.h"
