mrlucas84 / embermediamanager

Automatically exported from code.google.com/p/embermediamanager
0 stars 0 forks source link

Movie list / report #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi
Feature i need.. so i have done it.. use at your discretion

Full form that read movie db, check nfo a build HTML
Will need some more work but is functional..
HTML template based ion resource files

I'm open for sujection do complete it a little more, just done what i need ;)

Attach source and resource files
plus diff to main to call in (Menu Button)

Index: Ember Media Manager.vbproj
===================================================================
--- Ember Media Manager.vbproj  (revision 264)
+++ Ember Media Manager.vbproj  (working copy)
       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
@@ -328,13 +349,14 @@

   <ItemGroup>
+    <None Include="Resources\MovieListHeader.txt" />
+    <None Include="Resources\MovieListFooter.txt" />
+    <None Include="Resources\MovieListTableStart.txt" />
+    <None Include="Resources\MovieListTableEnd.txt" />
+    <None Include="Resources\MediaListLogo.txt" />
+    <None Include="Resources\MovieListTableRow.txt" />
\ No newline at end of file

Index: frmMain.Designer.vb
===================================================================
--- frmMain.Designer.vb (revision 264)
+++ frmMain.Designer.vb (working copy)

@@ -1813,6 +1814,14 @@
         Me.tsbUpdateXBMC.Size = New System.Drawing.Size(152, 22)
         Me.tsbUpdateXBMC.Text = "Initiate XBMC Update"
         '
+        'tsbMoviesList
+        '
+        Me.tsbMoviesList.Image =
Global.Ember_Media_Manager.My.Resources.Resources.Logo
+        Me.tsbMoviesList.ImageTransparentColor = System.Drawing.Color.Magenta
+        Me.tsbMoviesList.Name = "tsbMoviesList"
+        Me.tsbMoviesList.Size = New System.Drawing.Size(86, 22)
+        Me.tsbMoviesList.Text = "Movies List"
+        '
         'pbFanartCache
         '
         Me.pbFanartCache.Location = New System.Drawing.Point(576, 107)

Index: frmMain.vb
===================================================================
--- frmMain.vb  (revision 264)
+++ frmMain.vb  (working copy)
@@ -3525,4 +3525,17 @@
     End Sub
 #End Region '*** Routines/Functions

+    Private Sub dgvMediaList_CellContentClick(ByVal sender As
System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs)
Handles dgvMediaList.CellContentClick
+
+    End Sub
+
+    Private Sub tsbMoviesList_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles tsbMoviesList.Click
+        Using dMovieList As New dlgMoviesReport
+            dMovieList.ShowDialog()
+        End Using
+    End Sub
+
+    Private Sub pbFanart_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles pbFanart.Click
+
+    End Sub

Original issue reported on code.google.com by nfnovais@gmail.com on 8 Jun 2009 at 5:00

Attachments:

GoogleCodeExporter commented 9 years ago
ops... wrong type issue .. sorry should be feature ;)

Original comment by nfnovais@gmail.com on 8 Jun 2009 at 5:02

GoogleCodeExporter commented 9 years ago
2 files i forgot
the .net resource files that have changed 

Original comment by nfnovais@gmail.com on 8 Jun 2009 at 5:30

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
again...
some fixes a little less blocking

Original comment by nfnovais@gmail.com on 8 Jun 2009 at 7:12

Attachments:

GoogleCodeExporter commented 9 years ago
I'll look over this later today (I'm not even quite sure what it is at this 
point
lol). Trying to catch up on everything and by the time I do, I'll be leaving to 
go
watch "The Hangover" with my wife. lol

Original comment by jason.schnitzler on 8 Jun 2009 at 7:17

GoogleCodeExporter commented 9 years ago
lol ... sometimes I'm very bad english writer :)
It's a Movies Listing/Report .. that create a list of all movies in HTML format 
...
just that
:)

Original comment by nfnovais@gmail.com on 8 Jun 2009 at 7:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
lol... update for Movie List/Report
new feature.. filter options

Original comment by nfnovais@gmail.com on 8 Jun 2009 at 11:19

Attachments:

GoogleCodeExporter commented 9 years ago
need the designer and resx for the updated dlgmoviesreport. ;)

Original comment by jason.schnitzler on 9 Jun 2009 at 1:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
all files together so i dont miss none :)

Original comment by nfnovais@gmail.com on 9 Jun 2009 at 1:25

Attachments:

GoogleCodeExporter commented 9 years ago
Done with some slight changes and in SVN. Also, instead of having a button, I 
made it
a Tool.

The only other thing I need is to know how you want credit listed.

Original comment by jason.schnitzler on 9 Jun 2009 at 3:38

GoogleCodeExporter commented 9 years ago
:) thank you
Nuno "Zordor" Novais

Original comment by nfnovais@gmail.com on 9 Jun 2009 at 7:36

GoogleCodeExporter commented 9 years ago

Original comment by jason.schnitzler on 14 Jun 2009 at 8:56