OS X ViMediaManager - Media Manager for Mac OS X! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: OS X ViMediaManager - Media Manager for Mac OS X! (/showthread.php?tid=109976) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
- idioteque - 2011-10-29 Hi, I found a bug when a source is not available: Some TV shows are stored on a Mac Mini and it goes to sleep after x minutes: When I start ViMediaManager and the source is offline the following error occurs: http://screencast.com/t/UFcQZsxo - MariusTh86 - 2011-10-30 Ouch, I thought I had handled sources disappearing, was the preferences already open when it happened? - idioteque - 2011-10-30 not sure. the screenshot I made was done without any options of doing something is ViMediaManager. I did not open the prefs myself Command line options - kyleh0000 - 2011-11-02 Hi All first off all this is a great app! its just what i have been wanting. I was wondering if there was any command line options for this app? I'm wanting to use it in a script to automatically rename my media? Also I was wondering if the source for the application was available? I have done a lot of programming in windows and I'm looking to start learning programming for OSX so if you willing to provided the source I would like to give it a try! Thanks! - cbr600ds2 - 2011-11-02 MariusTh86 Wrote:If you can find info for a tv show, then XBMC should be able to scrape for episode information through the TVDB. What settings are you using? Do I have to delete all the nfo and tbn for each episode? I'm not getting XBMC to update scan using your method. Now it just doesn't think that I've added any new episodes. - MariusTh86 - 2011-11-02 kyleh0000 There aren't any command line options since it's mainly a GUI app. And ViMM might not be the greatest example of Mac programming since it's build with the BASIC language using REALbasic, but if you insist you can look trough the source of the latest stable build here: https://github.com/vidalvanbergen/ViMediaManager Let me know if you do anything interesting with it! cbr600ds2: I've got the database language set on english, and XBMC set to use the TVDB scraper, that's all that it seems to need to work for me. I would imagine that all the episodes that have matching NFO files at least should be added to your library? Currently I don't have any episode NFO's myself, so you could try and remove them from one of your series and see if that works? - cbr600ds2 - 2011-11-03 Dang, I was hoping you wouldn't say that...Ok....Let's try it. - AtariBaby - 2011-11-03 This app is really great. Thank you so much. - cbr600ds2 - 2011-11-03 Marius...I'm trying to scrape both Cupid series (the original with Jeremy Piven and the remake in 2009) and when I initially click on it it says no XML contact author of program. And then if I manually do it it says that I'm getting no class exception and shuts down... - Thewolf - 2011-11-04 It just crashes all the time. This is the error message. "An exception of classNilObjectExceptionwas not handled. This application must shutdown." - cbr600ds2 - 2011-11-04 @Thewolf - sometimes there's something wrong with thetvdb.org website. try it again later. Did you try it holding control when you started up? @marius - What would cause it to load a show twice on the show pane? i.e. it says eastbound and down twice when I clearly have one file folder with eastbound and down? - MariusTh86 - 2011-11-04 Maybe another file folder has the same NFO file as eastbound and down, try opening them both in the Finder through ViMM and see which is which. - cbr600ds2 - 2011-11-05 Mariusz - Nice... Ok now that I've deleted everything and rescraped. Episodes are showing up but its not showing episode recaps or even the name of the damn episode. Ur thoughts? - prophetizer - 2011-11-06 so from what i can tell this app only renames folders, not files? - Zenshi - 2011-11-06 prophetizer Wrote:so from what i can tell this app only renames folders, not files? Yes. |